[PATCH] D59610: [AMDGPU] Fix dependency on `BinaryFormat`

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 13:40:28 PDT 2019


hliao created this revision.
Herald added subscribers: llvm-commits, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.

- The linking is broken when this library is built as shared one.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D59610

Files:
  llvm/lib/Target/AMDGPU/Utils/LLVMBuild.txt


Index: llvm/lib/Target/AMDGPU/Utils/LLVMBuild.txt
===================================================================
--- llvm/lib/Target/AMDGPU/Utils/LLVMBuild.txt
+++ llvm/lib/Target/AMDGPU/Utils/LLVMBuild.txt
@@ -18,5 +18,5 @@
 type = Library
 name = AMDGPUUtils
 parent = AMDGPU
-required_libraries = Core MC Support
+required_libraries = Core MC BinaryFormat Support
 add_to_library_groups = AMDGPU


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59610.191571.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190320/acc8cd8a/attachment.bin>


More information about the llvm-commits mailing list