Revert "Followup for r329293: Temporarily disable the breaking test on windows."
authorPhilip Pfaffe <philip.pfaffe@gmail.com>
Sat, 7 Apr 2018 20:22:38 +0000 (20:22 +0000)
committerPhilip Pfaffe <philip.pfaffe@gmail.com>
Sat, 7 Apr 2018 20:22:38 +0000 (20:22 +0000)
This reverts commit r329393 / b52ba35e7759cd4002221be1dbb63ec80fde21ec.

llvm-svn: 329514

llvm/unittests/Passes/CMakeLists.txt

index 524b5e4..7376db3 100644 (file)
@@ -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)