|
os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
|
|
os.vrunv(buildvm_bin, {"-m", march, "-o", lj_vm_asm})
|
|
compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
|
|
compiler.compile(lj_vm_asm, lj_vm_obj, {target = target})
|
|
table.join2(target:objectfiles(), lj_vm_obj)
|
|
table.join2(target:objectfiles(), lj_vm_obj)
|