[PATCH] D91940: [llvm-profgen] Fix shared-lib builds

Nathan Ridge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 16:55:08 PST 2020


nridge created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
nridge requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91940

Files:
  llvm/tools/llvm-profgen/CMakeLists.txt


Index: llvm/tools/llvm-profgen/CMakeLists.txt
===================================================================
--- llvm/tools/llvm-profgen/CMakeLists.txt
+++ llvm/tools/llvm-profgen/CMakeLists.txt
@@ -8,6 +8,7 @@
   Object
   Support
   Symbolize
+  X86Info
   )
 
 add_llvm_tool(llvm-profgen


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91940.306948.patch
Type: text/x-patch
Size: 296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201123/b696f79f/attachment.bin>


More information about the llvm-commits mailing list