mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 20:10:26 +00:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
LEVEL = ../..
|
||
|
|
||
|
TOOLNAME = llvm-ar
|
||
|
USEDLIBS = bcreader vmcore support.a
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|