drop -G flag and add target amd64_apple
apple support is more than assembly syntax in case of arm64 machines, and apple syntax is currently useless in all cases but amd64; rather than having a -G option that only makes sense with amd64, we add a new target amd64_apple
This commit is contained in:
parent
5490268683
commit
8dddb971d9
14 changed files with 143 additions and 123 deletions
|
@ -41,6 +41,8 @@ Target T_arm64 = {
|
|||
.abi = arm64_abi,
|
||||
.isel = arm64_isel,
|
||||
.emitfn = arm64_emitfn,
|
||||
.emitfin = elf_emitfin,
|
||||
.asloc = ".L",
|
||||
};
|
||||
|
||||
MAKESURE(globals_are_not_arguments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue