[Orc] Enable user-supplied memory managers in the CompileOnDemand layer.
[oota-llvm.git] / tools / lli / LLVMBuild.txt
index 35d46d787b6174960d6849721fe50c10685477fb..9d889bf4c2e671249e01ac8ba1cee70610064ab9 100644 (file)
 ;
 ;===------------------------------------------------------------------------===;
 
+[common]
+subdirectories = ChildTarget
+
 [component_0]
 type = Tool
 name = lli
 parent = Tools
-required_libraries = AsmParser BitReader Interpreter JIT MCJIT NativeCodeGen SelectionDAG
-
+required_libraries =
+ AsmParser
+ BitReader
+ IRReader
+ Instrumentation
+ Interpreter
+ MCJIT
+ Native
+ NativeCodeGen
+ SelectionDAG
+ TransformUtils