1
0
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:
Hubert Tong 2020-05-14 23:57:22 -04:00
parent ead3c983df
commit 26b71d54fd
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsInfos
Analysis
AsmParser
AsmPrinter
CodeGen
Core

View File

@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
AllTargetsInfos
AggressiveInstCombine
Analysis
AsmParser
BitWriter
CodeGen
Core