diff options
Diffstat (limited to 'tools/llvm2cpp/Makefile')
-rw-r--r-- | tools/llvm2cpp/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile new file mode 100644 index 0000000..3bb68b8 --- /dev/null +++ b/tools/llvm2cpp/Makefile @@ -0,0 +1,15 @@ +##===- tools/llvm2cpp/Makefile -----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +LEVEL = ../.. +TOOLNAME = llvm2cpp +LINK_COMPONENTS = bitreader + +include $(LEVEL)/Makefile.common + +CompileCommonOpts := $(CompileCommonOpts) -Wno-format |