diff --git a/compiler/llvm/agllvm.pas b/compiler/llvm/agllvm.pas index e508ffd573..1777e1bca6 100644 --- a/compiler/llvm/agllvm.pas +++ b/compiler/llvm/agllvm.pas @@ -946,9 +946,7 @@ implementation str(taillvmalias(hp).linkage, s); asmwrite(copy(s, length('lll_')+1, 255)); asmwrite(' '); - end - else - asmwrite('external '); + end; if taillvmalias(hp).vis<>llv_default then begin str(taillvmalias(hp).vis, s);