summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Support/Dwarf.cpp
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-11-11 19:06:12 +0000
committeremaste <emaste@FreeBSD.org>2013-11-11 19:06:12 +0000
commit2082bf5934557e88d6d265cc381d3c13007ec8b4 (patch)
tree23e9d6947d3cb48f697957b8f4ef11fb30677dbb /contrib/llvm/lib/Support/Dwarf.cpp
parent3c1c6cf8e05cdf1ba166bdb3ae0ec0885f263506 (diff)
downloadFreeBSD-src-2082bf5934557e88d6d265cc381d3c13007ec8b4.zip
FreeBSD-src-2082bf5934557e88d6d265cc381d3c13007ec8b4.tar.gz
Merge upstream LLVM r192118:
Formally added an explicit enum for DWARF TLS support. No functionality change. Reviewed by: dim@ Sponsored by: DARPA, AFRL
Diffstat (limited to 'contrib/llvm/lib/Support/Dwarf.cpp')
-rw-r--r--contrib/llvm/lib/Support/Dwarf.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/llvm/lib/Support/Dwarf.cpp b/contrib/llvm/lib/Support/Dwarf.cpp
index 0f91c11..0a24883 100644
--- a/contrib/llvm/lib/Support/Dwarf.cpp
+++ b/contrib/llvm/lib/Support/Dwarf.cpp
@@ -453,10 +453,11 @@ const char *llvm::dwarf::OperationEncodingString(unsigned Encoding) {
case DW_OP_bit_piece: return "DW_OP_bit_piece";
case DW_OP_implicit_value: return "DW_OP_implicit_value";
case DW_OP_stack_value: return "DW_OP_stack_value";
- case DW_OP_lo_user: return "DW_OP_lo_user";
- case DW_OP_hi_user: return "DW_OP_hi_user";
- // DWARF5 Fission Proposal Op Extensions
+ // GNU thread-local storage
+ case DW_OP_GNU_push_tls_address: return "DW_OP_GNU_push_tls_address";
+
+ // DWARF5 Fission Proposal Op Extensions
case DW_OP_GNU_addr_index: return "DW_OP_GNU_addr_index";
case DW_OP_GNU_const_index: return "DW_OP_GNU_const_index";
}
OpenPOWER on IntegriCloud