Skip to content

Commit 940d949

Browse files
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
1 parent aedb661 commit 940d949

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/tools/llc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
44
AllTargetsDescs
55
AllTargetsInfos
66
Analysis
7+
AsmParser
78
AsmPrinter
89
CodeGen
910
Core

llvm/tools/opt/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
55
AllTargetsInfos
66
AggressiveInstCombine
77
Analysis
8+
AsmParser
89
BitWriter
910
CodeGen
1011
Core

0 commit comments

Comments
 (0)