Revert "Followup for r329293: Temporarily disable the breaking test on windows."

This reverts commit r329393 / b52ba35e7759cd4002221be1dbb63ec80fde21ec.

llvm-svn: 329514
This commit is contained in:
Philip Pfaffe 2018-04-07 20:22:38 +00:00
parent bfbc05e2f5
commit 6b65523671
1 changed files with 1 additions and 2 deletions

View 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)