[PATCH] D108662: [X86] Add explicit library dependency on LLVMInstrumentation

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 14:09:30 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2bb6d512c0f: [X86] Add explicit library dependency on LLVMInstrumentation (authored by myhsu).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108662/new/

https://reviews.llvm.org/D108662

Files:
  llvm/lib/Target/X86/CMakeLists.txt


Index: llvm/lib/Target/X86/CMakeLists.txt
===================================================================
--- llvm/lib/Target/X86/CMakeLists.txt
+++ llvm/lib/Target/X86/CMakeLists.txt
@@ -91,6 +91,7 @@
   AsmPrinter
   CodeGen
   Core
+  Instrumentation
   MC
   SelectionDAG
   Support


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108662.368462.patch
Type: text/x-patch
Size: 291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/e1158b3c/attachment.bin>


More information about the llvm-commits mailing list