mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 23:31:29 +02:00
* disabled low-level hack test for LLVM
git-svn-id: trunk@42102 -
This commit is contained in:
parent
4c34b7b67d
commit
15532e5277
@ -1,5 +1,7 @@
|
|||||||
{ inlining is not compatible with get_caller_frame/get_frame }
|
{ inlining is not compatible with get_caller_frame/get_frame }
|
||||||
{$inline off}
|
{$inline off}
|
||||||
|
|
||||||
|
{$ifndef cpullvm}
|
||||||
type
|
type
|
||||||
PointerLocal = procedure(_EBP: Pointer);
|
PointerLocal = procedure(_EBP: Pointer);
|
||||||
|
|
||||||
@ -44,3 +46,8 @@ var
|
|||||||
begin
|
begin
|
||||||
t1;
|
t1;
|
||||||
end.
|
end.
|
||||||
|
{$else ndef cpullvm}
|
||||||
|
begin
|
||||||
|
{ this kind of hacks can never work on llvm }
|
||||||
|
end.
|
||||||
|
{$endif cpullvm}
|
||||||
|
Loading…
Reference in New Issue
Block a user