mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 22:06:13 +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';
|
||||
asmcmd : '--assemble --arch=wasm32 -mattr=+sign-ext --filetype=obj -o $OBJ $EXTRAOPT $ASM';
|
||||
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
||||
flags : [];
|
||||
flags : [af_smartlink_sections];
|
||||
labelprefix : '.L';
|
||||
labelmaxlen : -1;
|
||||
comment : '# ';
|
||||
|
Loading…
Reference in New Issue
Block a user