mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +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
|
||||
AllTargetsInfos
|
||||
Analysis
|
||||
AsmParser
|
||||
AsmPrinter
|
||||
CodeGen
|
||||
Core
|
||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsInfos
|
||||
AggressiveInstCombine
|
||||
Analysis
|
||||
AsmParser
|
||||
BitWriter
|
||||
CodeGen
|
||||
Core
|
||||
|
Loading…
Reference in New Issue
Block a user