[PATCH] D59614: [AMDGPU] Add missing dependency on BinaryFormat

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 14:24:22 PDT 2019


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

This broke the `-DBUILD_SHARED_LIBS=ON` build when the dependency
was added in rL356591 <https://reviews.llvm.org/rL356591> (https://reviews.llvm.org/D57028)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D59614

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 Support BinaryFormat
 add_to_library_groups = AMDGPU


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


More information about the llvm-commits mailing list