summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-04-24 19:52:51 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-04-24 19:52:51 +0000
commit6733410e1c98cb475feaa5de52dcf32c6c2796eb (patch)
treeb9f35d2bf8196a3c584c9ddffa83e827138bad6b /test/cfi
parent537070f680fce3fdae6a15a0bf7f25c57960db39 (diff)
[cfi] Disable ThinLTO + CFI tests on Windows.
PR32770. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@301235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cfi/CMakeLists.txt b/test/cfi/CMakeLists.txt
index ee2ac5566..6bad910d4 100644
--- a/test/cfi/CMakeLists.txt
+++ b/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)