mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 21:30:12 +02:00
* always emit UAL when using LLVM (clang does not and will not support
pre-UAL) git-svn-id: trunk@41201 -
This commit is contained in:
parent
ab51e8637c
commit
8c362eac67
@ -94,7 +94,9 @@ unit agarmgas;
|
||||
begin
|
||||
inherited;
|
||||
InstrWriter := TArmInstrWriter.create(self);
|
||||
{$ifndef llvm}
|
||||
if GenerateThumb2Code then
|
||||
{$endif}
|
||||
TArmInstrWriter(InstrWriter).unified_syntax:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user