mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
3c20672e56
llvm-svn: 4279
8 lines
203 B
Makefile
8 lines
203 B
Makefile
LEVEL = ../..
|
|
|
|
TOOLNAME = gccas
|
|
USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
|
|
target.a transformutils ipa datastructure vmcore support.a
|
|
|
|
include $(LEVEL)/Makefile.common
|