Add support for the DWARFv3 (circa 2005) DW_OP_form_tls_address
authorJason Molenda <jmolenda@apple.com>
Thu, 5 Mar 2015 02:42:06 +0000 (02:42 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 5 Mar 2015 02:42:06 +0000 (02:42 +0000)
commit9594459b215911a01c034dc54174e4b3c24676ef
tree022f7063d4f266e08d65f9c0b0118aaa64b36fb8
parent2fc3fe1282e8022c2b52b38f2daa616d77a3b901
Add support for the DWARFv3 (circa 2005) DW_OP_form_tls_address
operator in addition to the vendor-extension DW_OP_GNU_push_tls_address.
clang on PS4 and Darwin will be emitting the standard opcode
as of r231286 via http://reviews.llvm.org/D8018

Behavior of this standard  opcode is the same as
DW_OP_GNU_push_tls_address.

<rdar://problem/20043195>

llvm-svn: 231342
lldb/source/Expression/DWARFExpression.cpp