blob: 21d19f34f63a21fad4aa7d17d3a81c7d572093b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##===- unittests/Driver/Makefile ---------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL = ../..
TESTNAME = Multilib
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) support option
USEDLIBS = clangDriver.a clangBasic.a
include $(CLANG_LEVEL)/unittests/Makefile
|