First step of implementing PR1538: move llvm2cpp logic to new 'target'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov
2008-04-23 22:29:24 +00:00
parent 7661279ae0
commit 5027652b8a
6 changed files with 2038 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
##===- lib/Target/CppBackend/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 = LLVMCppBackend
include $(LEVEL)/Makefile.common
CompileCommonOpts += -Wno-format