mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
aea932d27f
using USED_LIBS to specify *libraries* to link against. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30090 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
600 B
Makefile
18 lines
600 B
Makefile
##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = bugpoint
|
|
|
|
LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
|
|
datastructure transforms linker
|
|
REQUIRES_EH := 1
|
|
|
|
include $(LEVEL)/Makefile.common
|