[llvm] r329514 - Revert "Followup for r329293: Temporarily disable the breaking test on windows."

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 7 13:22:38 PDT 2018


Author: pfaffe
Date: Sat Apr  7 13:22:38 2018
New Revision: 329514

URL: http://llvm.org/viewvc/llvm-project?rev=329514&view=rev
Log:
Revert "Followup for r329293: Temporarily disable the breaking test on windows."

This reverts commit r329393 / b52ba35e7759cd4002221be1dbb63ec80fde21ec.

Modified:
    llvm/trunk/unittests/Passes/CMakeLists.txt

Modified: llvm/trunk/unittests/Passes/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Passes/CMakeLists.txt?rev=329514&r1=329513&r2=329514&view=diff
==============================================================================
--- llvm/trunk/unittests/Passes/CMakeLists.txt (original)
+++ llvm/trunk/unittests/Passes/CMakeLists.txt Sat Apr  7 13:22:38 2018
@@ -1,7 +1,6 @@
 set(LLVM_LINK_COMPONENTS Support Passes Core)
 
-# FIXME Temorarily disable this on windows
-if (LLVM_ENABLE_PLUGINS AND NOT WIN32 AND NOT CYGWIN)
+if (LLVM_ENABLE_PLUGINS)
   add_llvm_unittest(PluginsTests PluginsTest.cpp)
   export_executable_symbols(PluginsTests)
 




More information about the llvm-commits mailing list