projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca81374
)
The IR linker still depends on the bitcode reader.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 18 Jan 2013 15:03:03 +0000
(15:03 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 18 Jan 2013 15:03:03 +0000
(15:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172824
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Linker/LLVMBuild.txt
patch
|
blob
|
history
diff --git
a/lib/Linker/LLVMBuild.txt
b/lib/Linker/LLVMBuild.txt
index 0bb26d0c2aeac382b9a31401b02e138369983cc2..360c254bbef882d489a9a21251a1955a42bb4350 100644
(file)
--- a/
lib/Linker/LLVMBuild.txt
+++ b/
lib/Linker/LLVMBuild.txt
@@
-19,4
+19,4
@@
type = Library
name = Linker
parent = Libraries
-required_libraries = Core Support TransformUtils
+required_libraries =
BitReader
Core Support TransformUtils