+ enable smartlink sections for the llvm-mc assembler

git-svn-id: branches/wasm@48255 -
This commit is contained in:
nickysn 2021-01-21 03:50:24 +00:00
parent 60d21bcf0d
commit 4e57c4d89e

View File

@ -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 : '# ';