In AT&T annotation for both x86_64 and x32 calls should be printed as
callq in assembly. It's only a matter of correct mnemonic, object output
is ok.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D5213
[x32] Emit callq for CALLpcrel32 ClosedPublic Authored by pavel.v.chupin on Sep 5 2014, 6:53 AM.
Details Summary In AT&T annotation for both x86_64 and x32 calls should be printed as
Diff Detail
Event Timelinepavel.v.chupin updated this object. This revision is now accepted and ready to land.Sep 8 2014, 11:20 AM
Revision Contents
Diff 13451 llvm/trunk/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
llvm/trunk/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
llvm/trunk/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
llvm/trunk/test/CodeGen/X86/x86-64-call.ll
|