2
0
Эх сурвалжийг харах

+ enable smartlink sections for the llvm-mc assembler

git-svn-id: branches/wasm@48255 -
nickysn 4 жил өмнө
parent
commit
4e57c4d89e

+ 1 - 1
compiler/wasm32/agllvmmc.pas

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