mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Don't link against System or Support library. These things will already
be in the opt tool. llvm-svn: 35827
This commit is contained in:
parent
663a744d4b
commit
60da7b09e7
@ -10,7 +10,7 @@
|
||||
LEVEL = ../../..
|
||||
LIBRARYNAME = LLVMHello
|
||||
LOADABLE_MODULE = 1
|
||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||
USEDLIBS =
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user