mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 07:06:12 +02:00
+ enabled the exception handling instructions in the llvm-mc command line
This commit is contained in:
parent
619a27cbfc
commit
d36e239f45
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user