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. |
||
|---|---|---|
| .. | ||
| cmake | ||
| docs | ||
| include | ||
| lib | ||
| test | ||
| tools | ||
| unittests | ||
| utils | ||
| www | ||
| .clang-tidy | ||
| .gitignore | ||
| CMakeLists.txt | ||
| CODE_OWNERS.TXT | ||
| CREDITS.TXT | ||
| LICENSE.TXT | ||
| README.txt | ||
README.txt
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================