* 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:
svenbarth 2017-03-03 16:14:52 +00:00
parent 78e7f59982
commit c16238e8dd

View File

@ -128,7 +128,8 @@ implementation
'mipsel',
'unknown',
'unknown',
'aarch64'
'aarch64',
'wasm32'
);
function llvm_target_name: ansistring;