This is an archive of the discontinued LLVM Phabricator instance.

[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
callq in assembly. It's only a matter of correct mnemonic, object output
is ok.

Diff Detail

Repository
rL LLVM

Event Timeline

pavel.v.chupin retitled this revision from to [x32] Emit callq for CALLpcrel32.
pavel.v.chupin updated this object.
pavel.v.chupin edited the test plan for this revision. (Show Details)
pavel.v.chupin added subscribers: zinovy.nis, Unknown Object (MLST).
dschuff accepted this revision.Sep 8 2014, 11:20 AM
dschuff edited edge metadata.
This revision is now accepted and ready to land.Sep 8 2014, 11:20 AM
Diffusion closed this revision.Sep 9 2014, 5:04 AM
Diffusion updated this revision to Diff 13451.

Closed by commit rL217435 (authored by pvchupin).