diff options
-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 |