From 94de872927b7e79a383ce3d7a0d9207a21d945a9 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 28 Dec 2017 14:57:35 +0000 Subject: [PATCH] * fix compilation for llvm as proposed by Karl-Michael Schindler, resolves #31969 git-svn-id: trunk@37842 - --- 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 f08c4e2135..43fb3ff856 100644 --- a/compiler/llvm/llvmbase.pas +++ b/compiler/llvm/llvmbase.pas @@ -129,7 +129,8 @@ implementation 'unknown', 'unknown', 'aarch64', - 'wasm32' + 'wasm32', + 'sparc64' ); function llvm_target_name: ansistring;