mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Speculative fix for build breakage from D78403
D78403 appears responsible for breaking bots: http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/12261/steps/build%20stage%201/logs/stdio
This commit is contained in:
parent
ead3c983df
commit
26b71d54fd
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
AllTargetsDescs
|
AllTargetsDescs
|
||||||
AllTargetsInfos
|
AllTargetsInfos
|
||||||
Analysis
|
Analysis
|
||||||
|
AsmParser
|
||||||
AsmPrinter
|
AsmPrinter
|
||||||
CodeGen
|
CodeGen
|
||||||
Core
|
Core
|
||||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
AllTargetsInfos
|
AllTargetsInfos
|
||||||
AggressiveInstCombine
|
AggressiveInstCombine
|
||||||
Analysis
|
Analysis
|
||||||
|
AsmParser
|
||||||
BitWriter
|
BitWriter
|
||||||
CodeGen
|
CodeGen
|
||||||
Core
|
Core
|
||||||
|
Loading…
Reference in New Issue
Block a user