[Orc] Add TransformUtils to Orc's dependency list.
authorLang Hames <lhames@gmail.com>
Sat, 24 Jan 2015 19:00:09 +0000 (19:00 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 24 Jan 2015 19:00:09 +0000 (19:00 +0000)
Patch by Jan Vesely. Thanks Jan!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227011 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Orc/LLVMBuild.txt

index 620449405b5afbe2d87e6511707f201189319ec0..921428e2221d63f942fa887ef3acbf213db4b808 100644 (file)
@@ -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