diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-10-15 16:20:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-10-15 16:20:13 +0000 |
commit | 2d362a77c8f302766f90ccf9e47ca962bf42321f (patch) | |
tree | 05480fcc42f531caf9b410442b50e48ab974a654 /llvm/tools/llvmc2 | |
parent | 6d275fd6e102cb46e9353e8c24f9474dfd9653b5 (diff) | |
download | bcm5719-llvm-2d362a77c8f302766f90ccf9e47ca962bf42321f.tar.gz bcm5719-llvm-2d362a77c8f302766f90ccf9e47ca962bf42321f.zip |
Unbreak the build. Please test out the proper fix for this by compiling LLVM
with the build directory different from the source directory.
llvm-svn: 57583
Diffstat (limited to 'llvm/tools/llvmc2')
-rw-r--r-- | llvm/tools/llvmc2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/Makefile b/llvm/tools/llvmc2/Makefile index 3012065e4ca..c5b2959b6fc 100644 --- a/llvm/tools/llvmc2/Makefile +++ b/llvm/tools/llvmc2/Makefile @@ -9,7 +9,9 @@ LEVEL = ../.. -BUILTIN_PLUGINS = Base +##### FIXME: Does not work when objdir != srcdir +#####BUILTIN_PLUGINS = Base + DRIVER_NAME = llvmc2 DIRS = plugins driver |