[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
[oota-llvm.git] / lib / ExecutionEngine / LLVMBuild.txt
index ecae078ec7d1f79cb2be90fe205faa7c5402f64b..9d29a41f504137ee4f5002595f44bc2726e7e279 100644 (file)
 ;===------------------------------------------------------------------------===;
 
 [common]
-subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT
+subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
 
 [component_0]
 type = Library
 name = ExecutionEngine
 parent = Libraries
-required_libraries = Core MC Support
+required_libraries = Core MC Object RuntimeDyld Support Target