mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-27 02:01:03 +01:00
* fix compilation for llvm as proposed by Karl-Michael Schindler, resolves #31969
git-svn-id: trunk@37842 -
This commit is contained in:
parent
cd9e18fab4
commit
94de872927
@ -129,7 +129,8 @@ implementation
|
||||
'unknown',
|
||||
'unknown',
|
||||
'aarch64',
|
||||
'wasm32'
|
||||
'wasm32',
|
||||
'sparc64'
|
||||
);
|
||||
|
||||
function llvm_target_name: ansistring;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user