diff options
author | Shoaib Meenai <smeenai@fb.com> | 2022-08-16 16:24:42 -0700 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2022-08-16 16:24:42 -0700 |
commit | 5737f6a527d782e6577e5cc1e0c743df2c98546a (patch) | |
tree | cc0df196ca9747ca6f530b75edba33820bec801e /lldb/source/Commands/CommandObjectThread.cpp | |
parent | cfd2c5ce580fce744f6fd6ba34e869cab05e94c3 (diff) | |
download | llvm-5737f6a527d782e6577e5cc1e0c743df2c98546a.zip llvm-5737f6a527d782e6577e5cc1e0c743df2c98546a.tar.gz llvm-5737f6a527d782e6577e5cc1e0c743df2c98546a.tar.bz2 |
[compiler-rt] Build with C++17 explicitly
We've started using C++17 constructs in compiler-rt now (e.g.
string_view in ORC), but when using the bootstrapping build, we won't
inherit the C++ standard from LLVM, and compilation may fail if we
default to an older standard. Explicitly build compiler-rt with C++17 in
a standalone build, which matches what other subprojects (e.g. Clang and
LLD) do.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions