* LLVM does not have an intrinsic for int/frac, so don't replace frac with

a call to runerror(207) there

git-svn-id: trunk@49337 -
This commit is contained in:
Jonas Maebe 2021-05-04 19:56:22 +00:00
parent 18a78020fa
commit 3c205f895c

View File

@ -51,7 +51,7 @@
{$endif FPC_SYSTEM_HAS_SQRT}
{$ifndef VER3_2}
{$if not defined(VER3_2) and not defined(CPULLVM)}
{$ifndef FPC_SYSTEM_HAS_FRAC}
{$define FPC_SYSTEM_HAS_FRAC}
function fpc_frac_real(d : ValReal) : ValReal;compilerproc;
@ -61,7 +61,7 @@
result:=0;
end;
{$endif FPC_SYSTEM_HAS_FRAC}
{$endif VER3_2}
{$endif not VER3_2 and not CPULLVM }
{$ifndef FPC_SYSTEM_HAS_INT}