-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build libcxx and libcxxabi via llvm-project/runtimes
This is the new method to build runtimes as of LLVM 12, and the previous standalone method is deprecated since LLVM 14 and unsupported since LLVM 15 (llvm/llvm-project@6f17768) Building libcxx and libcxxabi in one go simplifies the setup necessary as: - tests CMakeLists.txt have some wrong dependencies which would need to be worked around. - LIBCXXABI_LIBCXX_INCLUDES is not recognized when building separately and passing -I paths via the command line yields msys path munging problems on Windows. This effectively drops support for LLVM 11 and older.
- Loading branch information
1 parent
e025da6
commit 37ae6af
Showing
1 changed file
with
13 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters