* 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:
Jonas Maebe 2019-06-08 17:11:20 +00:00
parent faf75095cd
commit 3f2578a3e3

View File

@ -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);