mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
598270f39d
llvm-svn: 5402
8 lines
195 B
Makefile
8 lines
195 B
Makefile
LEVEL = ../..
|
|
|
|
TOOLNAME = gccas
|
|
USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
|
|
target.a transformutils vmcore support.a
|
|
|
|
include $(LEVEL)/Makefile.common
|