summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-09-15 18:55:35 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-09-15 18:55:35 +0000
commit958f7a8d5ece142207e0bd64207257a7f98ff730 (patch)
tree468ad91dc4c8f6973d03fc61ff68190a9c81a593 /test/cfi
parent1a95a19d077499da2b1e7c03e868d0aadc16024d (diff)
cfi: Enable ThinLTO tests on Windows.
We now avoid using absolute symbols on Windows (D37407 and D37408), so this should work. Fixes PR32770. Differential Revision: https://reviews.llvm.org/D37883 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@313379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfi/CMakeLists.txt b/test/cfi/CMakeLists.txt
index 0bad50e2d..3313fb233 100644
--- a/test/cfi/CMakeLists.txt
+++ b/test/cfi/CMakeLists.txt
@@ -33,8 +33,8 @@ if (APPLE)
# FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32741
add_cfi_test_suites(False False)
elseif(WIN32)
- # FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32770
add_cfi_test_suites(True False)
+ add_cfi_test_suites(True True)
else()
if (CFI_SUPPORTED_ARCH)
add_cfi_test_suites(False False)