mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +02:00
* don't quote LLVM calling convention name (that will cause it to be ignored)
o fixes tasm10a and tx64ccnv.ll with LLVM git-svn-id: branches/debug_eh@42193 -
This commit is contained in:
parent
faf75095cd
commit
3f2578a3e3
@ -647,9 +647,8 @@ implementation
|
|||||||
tmpstr:=llvm_callingconvention_name(taillvm(hp).oper[2]^.callingconvention);
|
tmpstr:=llvm_callingconvention_name(taillvm(hp).oper[2]^.callingconvention);
|
||||||
if tmpstr<>'' then
|
if tmpstr<>'' then
|
||||||
begin
|
begin
|
||||||
owner.writer.AsmWrite(' "');
|
owner.writer.AsmWrite(' ');
|
||||||
owner.writer.AsmWrite(tmpstr);
|
owner.writer.AsmWrite(tmpstr);
|
||||||
owner.writer.AsmWrite('"');
|
|
||||||
end;
|
end;
|
||||||
opdone:=true;
|
opdone:=true;
|
||||||
tmpstr:=llvmencodetypename(taillvm(hp).oper[3]^.def);
|
tmpstr:=llvmencodetypename(taillvm(hp).oper[3]^.def);
|
||||||
|
Loading…
Reference in New Issue
Block a user