]> granicus.if.org Git - llvm/commit
Merging r292624:
authorHans Wennborg <hans@hanshq.net>
Tue, 31 Jan 2017 18:21:40 +0000 (18:21 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 31 Jan 2017 18:21:40 +0000 (18:21 +0000)
commite2e5c5103c1be89095e384e24345ea9c5b87a348
tree1190091e5af06b7c187e947f40e2dfedd718a0cc
parent9065e3db7a24b3af67b33d8aa2924a3b920a190d
Merging r292624:
------------------------------------------------------------------------
r292624 | petarj | 2017-01-20 09:53:30 -0800 (Fri, 20 Jan 2017) | 9 lines

[mips] Fix debug information for __thread variable

This patch fixes debug information for __thread variable on Mips
using .dtprelword and .dtpreldword directives.

Patch by Aleksandar Beserminji.

Differential Revision: http://reviews.llvm.org/D28770

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@293664 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DIE.cpp
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetObjectFile.h
test/DebugInfo/Mips/tls.ll [new file with mode: 0644]