mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 04:09:20 +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',
|
||||
'unknown',
|
||||
'unknown',
|
||||
'aarch64'
|
||||
'aarch64',
|
||||
'wasm32'
|
||||
);
|
||||
|
||||
function llvm_target_name: ansistring;
|
||||
|
Loading…
Reference in New Issue
Block a user