Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 23 May 2015 10:44:30 +0000 (10:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 23 May 2015 10:44:30 +0000 (10:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238096 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/LLVMBuild.txt

index 8fdda9a6a39757bf0cebdfd054fa7b1cc60c377c..447b96fbfaffad958e62594d6a0efdc516e4b51a 100644 (file)
@@ -22,4 +22,4 @@ subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
 type = Library
 name = ExecutionEngine
 parent = Libraries
-required_libraries = Core MC Object Support RuntimeDyld
+required_libraries = CodeGen Core MC Object RuntimeDyld Support