1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/Passes
Reid Kleckner 139e575d07 Fix PluginsTests failure on Windows buildbots by enabling it everywhere
lit is picking up a stale executable in the unittests tree, which is
failing on Windows.

To simplify the CMake and avoid problems like this in the future, now we
always compile the test, but the test exits successfully when plugins
are not enabled.

llvm-svn: 330867
2018-04-25 20:16:24 +00:00
..
CMakeLists.txt Fix PluginsTests failure on Windows buildbots by enabling it everywhere 2018-04-25 20:16:24 +00:00
PluginsTest.cpp Fix PluginsTests failure on Windows buildbots by enabling it everywhere 2018-04-25 20:16:24 +00:00
TestPlugin.cxx Re-land r329273: [Plugins] Add a slim plugin API to work together with the new PM 2018-04-05 15:04:13 +00:00
TestPlugin.h Re-land r329273: [Plugins] Add a slim plugin API to work together with the new PM 2018-04-05 15:04:13 +00:00