From 6b6552367135e09806190187a5551e8bc9e621b0 Mon Sep 17 00:00:00 2001 From: Philip Pfaffe Date: Sat, 7 Apr 2018 20:22:38 +0000 Subject: [PATCH] Revert "Followup for r329293: Temporarily disable the breaking test on windows." This reverts commit r329393 / b52ba35e7759cd4002221be1dbb63ec80fde21ec. llvm-svn: 329514 --- llvm/unittests/Passes/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/unittests/Passes/CMakeLists.txt b/llvm/unittests/Passes/CMakeLists.txt index 524b5e4a76e6..7376db36b037 100644 --- a/llvm/unittests/Passes/CMakeLists.txt +++ b/llvm/unittests/Passes/CMakeLists.txt @@ -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)