mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Revert "[OpenMP][Clang] Support for target math functions"
This commit appears to be breaking stage-2 builds on GreenDragon. The OpenMP wrappers for cmath and math.h are copied into the root of the resource directory and cause a cyclic dependency in module 'Darwin': Darwin -> std -> Darwin. This blows up when CMake is testing for modules support and breaks all stage 2 module builds, including the ThinLTO bot and all LLDB bots. CMake Error at cmake/modules/HandleLLVMOptions.cmake:497 (message): LLVM_ENABLE_MODULES is not supported by this compiler llvm-svn: 360192
This commit is contained in:
parent
63afa634c9
commit
a70eaf5039
@ -156,8 +156,6 @@ copy("Headers") {
|
||||
"cuda_wrappers/algorithm",
|
||||
"cuda_wrappers/complex",
|
||||
"cuda_wrappers/new",
|
||||
"openmp_wrappers/__clang_openmp_math.h",
|
||||
"openmp_wrappers/math.h",
|
||||
"ppc_wrappers/mmintrin.h",
|
||||
]
|
||||
outputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user