mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-11 10:31:40 +00:00
Reverse the order libc++ and libc++abi are added in CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9aa29a4c23
commit
e4c5d93c76
@ -19,8 +19,10 @@ if(${LLVM_BUILD_RUNTIME})
|
||||
# MSVC isn't quite working with libc++ yet, disable it until issues are
|
||||
# fixed.
|
||||
if(NOT MSVC)
|
||||
add_llvm_external_project(libcxx)
|
||||
# libc++ uses the libc++abi target names so libc++abi should be added
|
||||
# first.
|
||||
add_llvm_external_project(libcxxabi)
|
||||
add_llvm_external_project(libcxx)
|
||||
endif()
|
||||
if(NOT LLVM_BUILD_EXTERNAL_COMPILER_RT)
|
||||
add_llvm_external_project(compiler-rt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user