1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests/Passes
Nico Weber a5ef8dbacb Give shared modules in unittests the platform-native extension, make PipSqueak a MODULE
As far as I can tell from revision history, there's no good reason to call
these files .so instead of .dll in Windows, so use the normal extension.

Also change PipSquak from SHARED to MODULE -- it's never passed to
target_link_libraries() and only loaded via dlopen(), so MODULE is more
appropriate. This makes it possible to delete a workaround for SHARED ldflags
being not quite right as well.

No intended behavior change.
https://reviews.llvm.org/D46898

llvm-svn: 332487
2018-05-16 16:29:05 +00:00
..
CMakeLists.txt Give shared modules in unittests the platform-native extension, make PipSqueak a MODULE 2018-05-16 16:29:05 +00:00
PluginsTest.cpp Give shared modules in unittests the platform-native extension, make PipSqueak a MODULE 2018-05-16 16:29:05 +00:00
TestPlugin.cpp Rename three cxx files in unittests to cpp. 2018-05-15 16:30:30 +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