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