2006-07-07 07:48:57 +08:00
|
|
|
##===- tools/llvm2cpp/Makefile -----------------------------*- Makefile -*-===##
|
2006-05-29 08:57:22 +08:00
|
|
|
#
|
|
|
|
# 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
|
2006-09-04 13:59:09 +08:00
|
|
|
LINK_COMPONENTS = bcreader
|
2006-07-07 08:46:19 +08:00
|
|
|
REQUIRES_EH := 1
|
2006-05-29 08:57:22 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2006-06-02 08:39:08 +08:00
|
|
|
|
2006-11-03 08:05:16 +08:00
|
|
|
CompileCommonOpts := $(CompileCommonOpts) -Wno-format
|