mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Add temporary workaround to allow in-tree libc++ builds on Windows
llvm-svn: 302753
This commit is contained in:
parent
138c7f1361
commit
17084f3d29
@ -22,7 +22,9 @@ endforeach(entry)
|
||||
if(${LLVM_BUILD_RUNTIME})
|
||||
# MSVC isn't quite working with libc++ yet, disable it until issues are
|
||||
# fixed.
|
||||
if(NOT MSVC)
|
||||
# FIXME: LLVM_FORCE_BUILD_RUNTIME is currently used by libc++ to force
|
||||
# enable the in-tree build when targeting clang-cl.
|
||||
if(NOT MSVC OR LLVM_FORCE_BUILD_RUNTIME)
|
||||
# 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user