mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 09:49:08 +02:00
* fix for Mantis #31464: add an entry for the WebAssembly CPU (this is already the target name that LLVM uses)
git-svn-id: trunk@35507 -
This commit is contained in:
parent
78e7f59982
commit
c16238e8dd
@ -128,7 +128,8 @@ implementation
|
|||||||
'mipsel',
|
'mipsel',
|
||||||
'unknown',
|
'unknown',
|
||||||
'unknown',
|
'unknown',
|
||||||
'aarch64'
|
'aarch64',
|
||||||
|
'wasm32'
|
||||||
);
|
);
|
||||||
|
|
||||||
function llvm_target_name: ansistring;
|
function llvm_target_name: ansistring;
|
||||||
|
Loading…
Reference in New Issue
Block a user