| commit | af860d44fe5b0146126f296df1fa2e4162b781b6 | [log] [tgz] |
|---|---|---|
| author | Simon Atanasyan <simon@atanasyan.com> | Wed Nov 28 11:48:07 2018 +0000 |
| committer | Simon Atanasyan <simon@atanasyan.com> | Wed Nov 28 11:48:07 2018 +0000 |
| tree | 4827c70cd6a1c9ead368b24dc746f569339a1559 | |
| parent | 34860550f2bca6c7b927eccc8dd242c4149b24ac [diff] |
[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