[llvm] r227011 - [Orc] Add TransformUtils to Orc's dependency list.

Lang Hames lhames at gmail.com
Sat Jan 24 11:00:09 PST 2015


Author: lhames
Date: Sat Jan 24 13:00:09 2015
New Revision: 227011

URL: http://llvm.org/viewvc/llvm-project?rev=227011&view=rev
Log:
[Orc] Add TransformUtils to Orc's dependency list.

Patch by Jan Vesely. Thanks Jan!

Modified:
    llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt

Modified: llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt?rev=227011&r1=227010&r2=227011&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt (original)
+++ llvm/trunk/lib/ExecutionEngine/Orc/LLVMBuild.txt Sat Jan 24 13:00:09 2015
@@ -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





More information about the llvm-commits mailing list