mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:26:01 +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);
|
||||
if tmpstr<>'' then
|
||||
begin
|
||||
owner.writer.AsmWrite(' "');
|
||||
owner.writer.AsmWrite(' ');
|
||||
owner.writer.AsmWrite(tmpstr);
|
||||
owner.writer.AsmWrite('"');
|
||||
end;
|
||||
opdone:=true;
|
||||
tmpstr:=llvmencodetypename(taillvm(hp).oper[3]^.def);
|
||||
|
Loading…
Reference in New Issue
Block a user