projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e5539
)
[Orc] Add TransformUtils to Orc's dependency list.
author
Lang Hames
<lhames@gmail.com>
Sat, 24 Jan 2015 19:00:09 +0000
(19:00 +0000)
committer
Lang Hames
<lhames@gmail.com>
Sat, 24 Jan 2015 19:00:09 +0000
(19:00 +0000)
Patch by Jan Vesely. Thanks Jan!
llvm-svn: 227011
llvm/lib/ExecutionEngine/Orc/LLVMBuild.txt
patch
|
blob
|
history
diff --git
a/llvm/lib/ExecutionEngine/Orc/LLVMBuild.txt
b/llvm/lib/ExecutionEngine/Orc/LLVMBuild.txt
index
6204494
..
921428e
100644
(file)
--- a/
llvm/lib/ExecutionEngine/Orc/LLVMBuild.txt
+++ b/
llvm/lib/ExecutionEngine/Orc/LLVMBuild.txt
@@
-19,4
+19,4
@@
type = Library
name = OrcJIT
parent = ExecutionEngine
-required_libraries = Core ExecutionEngine Object RuntimeDyld Support Target
+required_libraries = Core ExecutionEngine Object RuntimeDyld Support Target
TransformUtils