mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 21:28:46 +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;
|
id : as_wasm32_llvm_mc;
|
||||||
idtxt : 'LLVM-MC';
|
idtxt : 'LLVM-MC';
|
||||||
asmbin : '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];
|
supported_targets : [system_wasm32_embedded,system_wasm32_wasi];
|
||||||
flags : [af_smartlink_sections];
|
flags : [af_smartlink_sections];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
|
Loading…
Reference in New Issue
Block a user