Browse Source

Fixed LLVM compilation after r45143

git-svn-id: trunk@45155 -
marcus 5 years ago
parent
commit
589b2b956f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/llvm/llvmbase.pas

+ 2 - 1
compiler/llvm/llvmbase.pas

@@ -137,7 +137,8 @@ implementation
        'sparc64',
        'riscv32',
        'riscv64',
-       'xtensa'
+       'xtensa',
+       'z80'
       );
 {$endif}