mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
bcfdf656b1
library rename. llvm-svn: 171747
16 lines
489 B
Makefile
16 lines
489 B
Makefile
##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
TESTNAME = IR
|
|
LINK_COMPONENTS := core ipa asmparser
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|