mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +02:00
* don't write external linkage for aliases: llvm 3.6 has a bug that rejects
linkage types for aliases (or its documentation hasn't been updated), and external linkage is the default so it doesn't matter for earlier versions git-svn-id: trunk@31284 -
This commit is contained in:
parent
3c30a9b6d1
commit
1cdaf8e332
@ -946,9 +946,7 @@ implementation
|
|||||||
str(taillvmalias(hp).linkage, s);
|
str(taillvmalias(hp).linkage, s);
|
||||||
asmwrite(copy(s, length('lll_')+1, 255));
|
asmwrite(copy(s, length('lll_')+1, 255));
|
||||||
asmwrite(' ');
|
asmwrite(' ');
|
||||||
end
|
end;
|
||||||
else
|
|
||||||
asmwrite('external ');
|
|
||||||
if taillvmalias(hp).vis<>llv_default then
|
if taillvmalias(hp).vis<>llv_default then
|
||||||
begin
|
begin
|
||||||
str(taillvmalias(hp).vis, s);
|
str(taillvmalias(hp).vis, s);
|
||||||
|
Loading…
Reference in New Issue
Block a user