+ enabled the exception handling instructions in the llvm-mc command line

This commit is contained in:
Nikolay Nikolov 2021-09-17 21:20:14 +03:00
parent 619a27cbfc
commit d36e239f45

View File

@ -328,7 +328,7 @@ implementation
id : as_wasm32_llvm_mc;
idtxt : '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,+exception-handling --filetype=obj -o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_wasm32_embedded,system_wasm32_wasi];
flags : [af_smartlink_sections];
labelprefix : '.L';