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 488f7c2b67
commit 6fc7b2119b
1 changed files with 4 additions and 0 deletions

View File

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