git-svn-id: branches/wasm@47975 -
@@ -85,7 +85,7 @@ interface
id : tasm;
idtxt : string[12];
asmbin : string[16];
- asmcmd : string[70];
+ asmcmd : string[100];
supported_targets : set of tsystem;
flags : set of tasmflags;
labelprefix : string[3];
@@ -329,7 +329,7 @@ implementation
id : as_wasm32_llvm_mc;
idtxt : 'LLVM-MC';
asmbin : 'llvm-mc';
- asmcmd : '--assemble --arch=wasm32 --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];
flags : [];
labelprefix : '.L';