mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 18:09:29 +00:00
Add dependence to libvmcore.
llvm-svn: 370
This commit is contained in:
parent
a6357a1101
commit
8c449a314b
@ -5,5 +5,6 @@ all:: as
|
||||
clean::
|
||||
rm -f as
|
||||
|
||||
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
|
||||
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a \
|
||||
../../lib/VMCore/Debug/libvmcore.a
|
||||
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport
|
||||
|
@ -5,5 +5,6 @@ all:: as
|
||||
clean::
|
||||
rm -f as
|
||||
|
||||
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
|
||||
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a \
|
||||
../../lib/VMCore/Debug/libvmcore.a
|
||||
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport
|
||||
|
Loading…
x
Reference in New Issue
Block a user