mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
710e8f8758
consistency with other targets. llvm-svn: 144292
17 lines
473 B
Makefile
17 lines
473 B
Makefile
##===- 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
|