[GlobalMerge] Use private linkage for MergedGlobals variables
[oota-llvm.git] / lib / ExecutionEngine / LLVMBuild.txt
index 1f94a4fb9ecdb1806b37be0db056f035d06abb6b..9d29a41f504137ee4f5002595f44bc2726e7e279 100644 (file)
 ;===------------------------------------------------------------------------===;
 
 [common]
-subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
+subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
 
 [component_0]
 type = Library
 name = ExecutionEngine
 parent = Libraries
-required_libraries = Core MC Support Target
+required_libraries = Core MC Object RuntimeDyld Support Target