mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
+ enable smartlink sections for the llvm-mc assembler
git-svn-id: branches/wasm@48255 -
This commit is contained in:
parent
60d21bcf0d
commit
4e57c4d89e
@ -310,7 +310,7 @@ implementation
|
|||||||
asmbin : 'llvm-mc';
|
asmbin : 'llvm-mc';
|
||||||
asmcmd : '--assemble --arch=wasm32 -mattr=+sign-ext --filetype=obj -o $OBJ $EXTRAOPT $ASM';
|
asmcmd : '--assemble --arch=wasm32 -mattr=+sign-ext --filetype=obj -o $OBJ $EXTRAOPT $ASM';
|
||||||
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
||||||
flags : [];
|
flags : [af_smartlink_sections];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
labelmaxlen : -1;
|
labelmaxlen : -1;
|
||||||
comment : '# ';
|
comment : '# ';
|
||||||
|
Loading…
Reference in New Issue
Block a user