diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-10-03 00:26:49 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-10-03 00:26:49 +0000 |
commit | a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec (patch) | |
tree | b76b64bf6f718ec41c05a14e1e7864a243f41183 /tools | |
parent | 24585cbbf0945cea5f838ae9af0b60878d1b80b4 (diff) | |
download | external_llvm-a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec.zip external_llvm-a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec.tar.gz external_llvm-a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec.tar.bz2 |
Unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvmc2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 9350165..0c36d5b 100644 --- a/tools/llvmc2/Makefile +++ b/tools/llvmc2/Makefile @@ -8,7 +8,8 @@ ##===----------------------------------------------------------------------===## # Compiled-in plugins -BUILTIN_PLUGINS = Base +##### FIXME: This breaks the build. +#####BUILTIN_PLUGINS = Base LEVEL = ../.. TOOLNAME = llvmc2 |