Browse Source

* fix compilation of LLVM backend (mantis #31794)

git-svn-id: trunk@36267 -
Jonas Maebe 8 năm trước cách đây
mục cha
commit
9787c5dd82
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      compiler/parabase.pas

+ 3 - 0
compiler/parabase.pas

@@ -26,6 +26,9 @@ unit parabase;
 
     uses
        cclasses,globtype,
+{$ifdef llvm}
+       aasmbase,
+{$endif}
        cgbase,cgutils,
        symtype;