mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
5b4d1e6d6c
llvm-svn: 3040
8 lines
201 B
Makefile
8 lines
201 B
Makefile
LEVEL = ../..
|
|
|
|
TOOLNAME = gccas
|
|
USEDLIBS = asmparser bcwriter transforms.a ipo.a scalaropts.a analysis.a \
|
|
target.a transformutils.a ipa.a vmcore support.a
|
|
|
|
include $(LEVEL)/Makefile.common
|