aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:01:14 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:01:14 +0000
commitddb2455b5961eabcde56da66a61fd96600311c62 (patch)
treede8d87fb2706a89f24bc57ce512955909645eecc /lib/Makefile
parent9c7c438f1ea9274011761194997facbc4605f133 (diff)
downloadexternal_llvm-ddb2455b5961eabcde56da66a61fd96600311c62.zip
external_llvm-ddb2455b5961eabcde56da66a61fd96600311c62.tar.gz
external_llvm-ddb2455b5961eabcde56da66a61fd96600311c62.tar.bz2
Reorganize llvmc code.
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change the build system accordingly. Makes it easier for projects using LLVM to build their own llvmc-based drivers. Tested with objdir != srcdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4ad0763..8dd67d9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,7 +9,7 @@
LEVEL = ..
PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
- Target ExecutionEngine Debugger Linker
+ Target ExecutionEngine Debugger Linker CompilerDriver
include $(LEVEL)/Makefile.common