[PATCH] D37883: cfi: Enable ThinLTO tests on Windows.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 11:57:09 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313379: cfi: Enable ThinLTO tests on Windows. (authored by pcc).

Changed prior to commit:
  https://reviews.llvm.org/D37883?vs=115339&id=115446#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37883

Files:
  compiler-rt/trunk/test/cfi/CMakeLists.txt


Index: compiler-rt/trunk/test/cfi/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/test/cfi/CMakeLists.txt
+++ compiler-rt/trunk/test/cfi/CMakeLists.txt
@@ -33,8 +33,8 @@
   # 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37883.115446.patch
Type: text/x-patch
Size: 560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170915/fb3e69d4/attachment.bin>


More information about the llvm-commits mailing list