Pass explicit C++ version to test
authorFrederic Riss <friss@apple.com>
Fri, 26 Apr 2019 21:16:15 +0000 (21:16 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 26 Apr 2019 21:16:15 +0000 (21:16 +0000)
commitfad0aa1e3a1c03c6d982803861841bfbc9d81443
treeb096144749e8e0db1c847a6e88a7574b269c6500
parent18b0c40bc5dbaf25157a838701b2aba8ba8440db
Pass explicit C++ version to test

stop-hook-threads.cpp uses C++11 features, so ask for C++11 explicitely.
This isn't broken on mainstream because clang defaults to a newer C++
version now, but it breaks if testing against an older compiler.

llvm-svn: 359349
lldb/lit/ExecControl/StopHook/stop-hook-threads.test