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

[ifs] Fix linking errors on some llvm builders

This change fixes linking errors on some llvm builders.
This commit is contained in:
Haowei Wu 2021-07-19 11:59:04 -07:00
parent d635785a03
commit d4172642cf

View File

@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
BinaryFormat
InterfaceStub
Object
Support