Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen.
[oota-llvm.git] / lib / ExecutionEngine / LLVMBuild.txt
index 6dc75af2ec968e67f6f6f1807cfba07e9700eae9..447b96fbfaffad958e62594d6a0efdc516e4b51a 100644 (file)
 ;===------------------------------------------------------------------------===;
 
 [common]
 ;===------------------------------------------------------------------------===;
 
 [common]
-subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
+subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
 
 [component_0]
 type = Library
 name = ExecutionEngine
 parent = Libraries
 
 [component_0]
 type = Library
 name = ExecutionEngine
 parent = Libraries
-required_libraries = Core MC Support
+required_libraries = CodeGen Core MC Object RuntimeDyld Support