[llvm] 940d949 - Speculative fix for build breakage from D78403

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 20:58:07 PDT 2020


Author: Hubert Tong
Date: 2020-05-14T23:57:22-04:00
New Revision: 940d949435e88dcbf154fbd310d148295781ea04

URL: https://github.com/llvm/llvm-project/commit/940d949435e88dcbf154fbd310d148295781ea04
DIFF: https://github.com/llvm/llvm-project/commit/940d949435e88dcbf154fbd310d148295781ea04.diff

LOG: 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

Added: 
    

Modified: 
    llvm/tools/llc/CMakeLists.txt
    llvm/tools/opt/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llc/CMakeLists.txt b/llvm/tools/llc/CMakeLists.txt
index 2eecfca2e075..f0bc5825574b 100644
--- a/llvm/tools/llc/CMakeLists.txt
+++ b/llvm/tools/llc/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsDescs
   AllTargetsInfos
   Analysis
+  AsmParser
   AsmPrinter
   CodeGen
   Core

diff  --git a/llvm/tools/opt/CMakeLists.txt b/llvm/tools/opt/CMakeLists.txt
index 367d129eaf50..19c85768fec4 100644
--- a/llvm/tools/opt/CMakeLists.txt
+++ b/llvm/tools/opt/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsInfos
   AggressiveInstCombine
   Analysis
+  AsmParser
   BitWriter
   CodeGen
   Core


        


More information about the llvm-commits mailing list