diff options
-rw-r--r-- | compiler-rt/test/cfi/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/cfi/CMakeLists.txt b/compiler-rt/test/cfi/CMakeLists.txt index ee2ac5566ab..6bad910d494 100644 --- a/compiler-rt/test/cfi/CMakeLists.txt +++ b/compiler-rt/test/cfi/CMakeLists.txt @@ -30,10 +30,11 @@ macro (add_cfi_test_suites lld thinlto) endmacro() if (APPLE) + # FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32741 add_cfi_test_suites(False False) elseif(WINDOWS) + # FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32770 add_cfi_test_suites(True False) - add_cfi_test_suites(True True) else() add_cfi_test_suites(False False) add_cfi_test_suites(False True) |