mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
16 lines
487 B
Makefile
16 lines
487 B
Makefile
|
##===- unittests/VMCore/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 = VMCore
|
||
|
LINK_COMPONENTS := core support
|
||
|
|
||
|
include $(LEVEL)/Makefile.config
|
||
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|