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 | 6730d4150aaef16053f69fd26abf00c80a872a8a (patch) | |
tree | afcd9d4c90a5b62fb038232096d4dfa3671e5126 /tools | |
parent | 92f978359a29a071a5fcb1c5a5782239f18b585d (diff) | |
download | external_llvm-6730d4150aaef16053f69fd26abf00c80a872a8a.zip external_llvm-6730d4150aaef16053f69fd26abf00c80a872a8a.tar.gz external_llvm-6730d4150aaef16053f69fd26abf00c80a872a8a.tar.bz2 |
Unbreak the build. Please test out the proper fix for this by compiling LLVM
with the build directory different from the source directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvmc2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 3012065..c5b2959 100644 --- a/tools/llvmc2/Makefile +++ b/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 |