mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 02:39:27 +02:00
* fix compilation of LLVM backend (mantis #31794)
git-svn-id: trunk@36267 -
This commit is contained in:
parent
6dca851cb2
commit
9787c5dd82
@ -26,6 +26,9 @@ unit parabase;
|
||||
|
||||
uses
|
||||
cclasses,globtype,
|
||||
{$ifdef llvm}
|
||||
aasmbase,
|
||||
{$endif}
|
||||
cgbase,cgutils,
|
||||
symtype;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user