1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Fix another bot failure from r329951.

llvm-svn: 329986
This commit is contained in:
Erik Pilkington 2018-04-13 02:53:26 +00:00
parent 0a38435330
commit da90ea4792

View File

@ -1,3 +1,7 @@
set(LLVM_LINK_COMPONENTS
Demangle
)
set(DemangleSources
PartialDemangleTest.cpp
)