forked from OSchip/llvm-project
[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:
parent
fa0573027f
commit
bbcb95a64e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue