From c16238e8ddc5b16c03be1b5e6d51bb61178c634c Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 3 Mar 2017 16:14:52 +0000 Subject: [PATCH] * 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 - --- compiler/llvm/llvmbase.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/llvm/llvmbase.pas b/compiler/llvm/llvmbase.pas index f9a805b033..f08c4e2135 100644 --- a/compiler/llvm/llvmbase.pas +++ b/compiler/llvm/llvmbase.pas @@ -128,7 +128,8 @@ implementation 'mipsel', 'unknown', 'unknown', - 'aarch64' + 'aarch64', + 'wasm32' ); function llvm_target_name: ansistring;