mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[CMake] Correct configuration order of the sub-projects based on ther dependancies
llvm-svn: 283698
This commit is contained in:
parent
6302d49834
commit
408a55de00
@ -22,11 +22,11 @@ if(${LLVM_BUILD_RUNTIME})
|
||||
# MSVC isn't quite working with libc++ yet, disable it until issues are
|
||||
# fixed.
|
||||
if(NOT MSVC)
|
||||
# libc++ uses the libc++abi target names so libc++abi should be added
|
||||
# first.
|
||||
# Add the projects in reverse order of their dependencies so that the
|
||||
# dependent projects can see the target names of their dependencies.
|
||||
add_llvm_external_project(libunwind)
|
||||
add_llvm_external_project(libcxxabi)
|
||||
add_llvm_external_project(libcxx)
|
||||
add_llvm_external_project(libunwind)
|
||||
endif()
|
||||
if(NOT LLVM_BUILD_EXTERNAL_COMPILER_RT)
|
||||
add_llvm_external_project(compiler-rt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user