This is an archive of the discontinued LLVM Phabricator instance.

[Mips] Fix debug information for __thread variable
ClosedPublic

Authored by abeserminji on Jan 16 2017, 5:20 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

abeserminji retitled this revision from to [Mips] Fix debug information for __thread variable.
abeserminji updated this object.
abeserminji added a reviewer: sdardis.
abeserminji set the repository for this revision to rL LLVM.
abeserminji added subscribers: petarj, zoran.jovanovic.
sdardis edited edge metadata.Jan 18 2017, 11:10 AM

This looks ok, do you have any comments @aprantl ?

include/llvm/CodeGen/AsmPrinter.h
549–553

Rename this EmitDebugValue and move it to the "Dwarf Emission Helper Routines" section.

aprantl accepted this revision.Jan 18 2017, 11:15 AM

looks fine to me.

This revision is now accepted and ready to land.Jan 18 2017, 11:15 AM
abeserminji marked an inline comment as done.

Comments resolved.

This revision was automatically updated to reflect the committed changes.