mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-07 20:40:28 +00:00
23d49e466a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256387 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
456 B
Makefile
15 lines
456 B
Makefile
##===- lib/DebugInfo/CodeView/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 = LLVMDebugInfoCodeView
|
|
BUILD_ARCHIVE := 1
|
|
|
|
include $(LEVEL)/Makefile.common
|