Fix the -DBUILD_SHARED_LIBS=ON build.
[oota-llvm.git] / lib / ExecutionEngine / LLVMBuild.txt
index d4269692c7cd9fc607d69c7fbb502a0d2181e376..9d29a41f504137ee4f5002595f44bc2726e7e279 100644 (file)
 ;===------------------------------------------------------------------------===;
 
 [common]
-subdirectories = Interpreter JIT MCJIT RuntimeDyld
+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