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:
c222d61
)
Attempt at fixing the windows dll build.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Wed, 30 Jul 2014 23:39:30 +0000
(23:39 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Wed, 30 Jul 2014 23:39:30 +0000
(23:39 +0000)
It looks like only direct (i.e., explicitly listed) dependencies are
scanned.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214361
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/LTO/LLVMBuild.txt
patch
|
blob
|
history
diff --git
a/lib/LTO/LLVMBuild.txt
b/lib/LTO/LLVMBuild.txt
index c493f436acf551a885899fed6b1841aedb749be8..b9178e94e4da00988081a4f7679c04f500a0b94c 100644
(file)
--- a/
lib/LTO/LLVMBuild.txt
+++ b/
lib/LTO/LLVMBuild.txt
@@
-19,4
+19,4
@@
type = Library
name = LTO
parent = Libraries
-required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils
+required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils
CodeGen