1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/unittests/Passes
Nico Weber 4581836d24 Rename three cxx files in unittests to cpp.
LLVM uses cpp as its C++ file extension, these are the only three cxx file in
the monorepo. These files apparently were called to escape a CMake check -- use
the LLVM_OPTIONAL_SOURCES mechanism that's meant as an escape for this case
instead.

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

llvm-svn: 332368
2018-05-15 16:30:30 +00:00
..
CMakeLists.txt Rename three cxx files in unittests to cpp. 2018-05-15 16:30:30 +00:00
PluginsTest.cpp Fix PluginsTests failure on Windows buildbots by enabling it everywhere 2018-04-25 20:16:24 +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