diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-19 20:04:19 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-19 20:04:19 +0000 |
| commit | b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db (patch) | |
| tree | b5f517f9a28145dab82a7f2ec667dda37d60ebb4 /llvm/tools/llvmc/example/mcc16/plugins/Makefile | |
| parent | 34c5f1be0d84001c9fbebe694102c1154e060583 (diff) | |
| download | bcm5719-llvm-b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db.tar.gz bcm5719-llvm-b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db.zip | |
llvmc: Update examples.
llvm-svn: 111553
Diffstat (limited to 'llvm/tools/llvmc/example/mcc16/plugins/Makefile')
| -rw-r--r-- | llvm/tools/llvmc/example/mcc16/plugins/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/tools/llvmc/example/mcc16/plugins/Makefile b/llvm/tools/llvmc/example/mcc16/plugins/Makefile deleted file mode 100644 index fb07f23d58e..00000000000 --- a/llvm/tools/llvmc/example/mcc16/plugins/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -##===- llvmc/example/Skeleton/plugins/Makefile -------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open -# Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = $(LLVMC_BASE_LEVEL)/.. - -ifneq ($(LLVMC_BUILTIN_PLUGINS),) -DIRS = $(LLVMC_BUILTIN_PLUGINS) -endif - -export LLVMC_BUILTIN_PLUGIN=1 - -include $(LEVEL)/Makefile.common |

