From 54c04412a70a748a6e895c039a9effb73209b70d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329514 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Passes/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unittests/Passes/CMakeLists.txt b/unittests/Passes/CMakeLists.txt index 524b5e4a76e..7376db36b03 100644 --- a/unittests/Passes/CMakeLists.txt +++ b/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) -- 2.11.0