[llvm] 5a425b0 - Speculative bot fix after 4d50a392

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 11:19:12 PDT 2022


Author: Philip Reames
Date: 2022-09-09T11:19:02-07:00
New Revision: 5a425b0b2f855ca3f1d2d394beee45a29e80dc57

URL: https://github.com/llvm/llvm-project/commit/5a425b0b2f855ca3f1d2d394beee45a29e80dc57
DIFF: https://github.com/llvm/llvm-project/commit/5a425b0b2f855ca3f1d2d394beee45a29e80dc57.diff

LOG: Speculative bot fix after 4d50a392

https://lab.llvm.org/buildbot#builders/56/builds/3201 failed with a link error being unable to initialize the disassembler.  Oddly, this bot is the *only* bot which appears to have failed in this way.  (A bunch sent warnings, but that appears to be spurious due to cmake rebuilds on incremental bots.)  Why only polly would witness this is an excercise for the reader - because I have no clue.

Added: 
    

Modified: 
    llvm/tools/llvm-exegesis/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-exegesis/CMakeLists.txt b/llvm/tools/llvm-exegesis/CMakeLists.txt
index 4e5f0fbaf50a7..2eb6e24b04f0a 100644
--- a/llvm/tools/llvm-exegesis/CMakeLists.txt
+++ b/llvm/tools/llvm-exegesis/CMakeLists.txt
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsAsmParsers
   AllTargetsCodeGens
   AllTargetsDescs
+  AllTargetsDisassemblers
   AllTargetsInfos
   MC
   MCParser


        


More information about the llvm-commits mailing list