diff options
Diffstat (limited to 'lib/Target/CBackend/Makefile')
-rw-r--r-- | lib/Target/CBackend/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile deleted file mode 100644 index bac3474..0000000 --- a/lib/Target/CBackend/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -LIBRARYNAME = LLVMCBackendCodeGen -DIRS = TargetInfo - -include $(LEVEL)/Makefile.common - -CompileCommonOpts += -Wno-format |