forked from OSchip/llvm-project
The IR linker still depends on the bitcode reader.
llvm-svn: 172824
This commit is contained in:
parent
b72e763325
commit
d4c212eb60
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = Linker
|
||||
parent = Libraries
|
||||
required_libraries = Core Support TransformUtils
|
||||
required_libraries = BitReader Core Support TransformUtils
|
||||
|
|
Loading…
Reference in New Issue