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;