[AMDGPU] Fix dependency on `BinaryFormat`

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

Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D59610

llvm-svn: 356617
This commit is contained in:
Michael Liao 2019-03-20 21:22:27 +00:00
parent fa0573027f
commit bbcb95a64e
1 changed files with 1 additions and 1 deletions

View File

@ -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