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 | e90842ca523dec19ad8a27253c45061b6d0c1397 (patch) | |
tree | afcd9d4c90a5b62fb038232096d4dfa3671e5126 | |
parent | db03983238ac7cebd9f09d453847fcc4ee30b8d2 (diff) |
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
-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 3012065e4c..c5b2959b6f 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 |