mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
28d3fba1b3
This was reverted due to a "missing" file, but in reality what happened was that I renamed a file, and then due to a merge conflict both the old file and the new file got added to the repository. This led to an unused cpp file being in the repo and not referenced by any CMakeLists.txt but #including a .h file that wasn't in the repo. In an even more unfortunate coincidence, CMake didn't report the unused cpp file because it was in a subdirectory of the folder with the CMakeLists.txt, and not in the same directory as any CMakeLists.txt. The presence of the unused file was then breaking certain tools that determine file lists by globbing rather than by what's specified in CMakeLists.txt In any case, the fix is to just remove the unused file from the patch set. llvm-svn: 302042 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ErrorChecking.h | ||
HashTableTest.cpp | ||
MappedBlockStreamTest.cpp | ||
MSFBuilderTest.cpp | ||
PDBApiTest.cpp | ||
StringTableBuilderTest.cpp | ||
TypeServerHandlerTest.cpp |