From 26b71d54fd295ac789e934549a95da2bfa01c3db Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Thu, 14 May 2020 23:57:22 -0400 Subject: [PATCH] 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 --- tools/llc/CMakeLists.txt | 1 + tools/opt/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt index 2eecfca2e07..f0bc5825574 100644 --- a/tools/llc/CMakeLists.txt +++ b/tools/llc/CMakeLists.txt @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS AllTargetsDescs AllTargetsInfos Analysis + AsmParser AsmPrinter CodeGen Core diff --git a/tools/opt/CMakeLists.txt b/tools/opt/CMakeLists.txt index 367d129eaf5..19c85768fec 100644 --- a/tools/opt/CMakeLists.txt +++ b/tools/opt/CMakeLists.txt @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS AllTargetsInfos AggressiveInstCombine Analysis + AsmParser BitWriter CodeGen Core