1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix buildbots by including MC for StringTableBuilder.

This commit is contained in:
Greg Clayton 2020-03-03 15:51:58 -08:00
parent 6ba74a0e2f
commit e58a46dc29

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoDWARF
DebugInfoGSYM
MC
Object
Support
Target