mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
193b7db7c7
llvm-svn: 50189
15 lines
451 B
Makefile
15 lines
451 B
Makefile
##===- 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
|