[DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFC
authorSimon Atanasyan <simon@atanasyan.com>
Wed, 28 Nov 2018 11:48:07 +0000 (11:48 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Wed, 28 Nov 2018 11:48:07 +0000 (11:48 +0000)
commitaf860d44fe5b0146126f296df1fa2e4162b781b6
tree4827c70cd6a1c9ead368b24dc746f569339a1559
parent34860550f2bca6c7b927eccc8dd242c4149b24ac
[DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFC

This reverts r294500. DwarfCompileUnit::addAddressExpr uses DIEExpr
for PCOffset. In that case the expression is unrelated to thread locals
and so emitting a value of the DIEExpr does not have to always mean
emit-debug-thread-local.

llvm-svn: 347744
llvm/include/llvm/CodeGen/AsmPrinter.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/AsmPrinter/DIE.cpp
llvm/lib/Target/Mips/MipsAsmPrinter.cpp
llvm/lib/Target/Mips/MipsAsmPrinter.h