forked from OSchip/llvm-project
Revert "Followup for r329293: Temporarily disable the breaking test on windows."
This reverts commit r329393 / b52ba35e7759cd4002221be1dbb63ec80fde21ec. llvm-svn: 329514
This commit is contained in:
parent
bfbc05e2f5
commit
6b65523671
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue