[PATCH] D59610: [AMDGPU] Fix dependency on `BinaryFormat`
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 14:24:30 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbbcb95a64e18: [AMDGPU] Fix dependency on `BinaryFormat` (authored by hliao).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59610/new/
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.191583.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190320/11d47540/attachment.bin>
More information about the llvm-commits
mailing list