浏览代码

Fixed LLVM compilation after r45143

git-svn-id: trunk@45155 -
marcus 5 年之前
父节点
当前提交
589b2b956f
共有 1 个文件被更改,包括 2 次插入1 次删除
  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}