Speculative bot fix after 4d50a392
authorPhilip Reames <preames@rivosinc.com>
Fri, 9 Sep 2022 18:16:53 +0000 (11:16 -0700)
committerPhilip Reames <listmail@philipreames.com>
Fri, 9 Sep 2022 18:19:02 +0000 (11:19 -0700)
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.

llvm/tools/llvm-exegesis/CMakeLists.txt

index 4e5f0fb..2eb6e24 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsAsmParsers
   AllTargetsCodeGens
   AllTargetsDescs
+  AllTargetsDisassemblers
   AllTargetsInfos
   MC
   MCParser