1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-29 23:12:55 +01:00
llvm-mirror/tools/opt/Makefile

17 lines
573 B
Makefile
Raw Normal View History

##===- tools/opt/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.
#
##===----------------------------------------------------------------------===##
2001-06-06 22:29:01 +02:00
LEVEL = ../..
TOOLNAME = opt
REQUIRES_EH := 1
2002-06-25 23:43:28 +02:00
LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \
datastructure transforms
include $(LEVEL)/Makefile.common