aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorRichard Mitton <richard@codersnotes.com>2013-10-07 18:39:18 +0000
committerRichard Mitton <richard@codersnotes.com>2013-10-07 18:39:18 +0000
commit379f76e873b91550e3d9cee79dff814e3ce1e86e (patch)
tree33f25173894868c9df00fe87bc9279394b38d406 /include/llvm/Support
parentc4a8c07f6489c0081207f722ce0a4502614aef69 (diff)
downloadexternal_llvm-379f76e873b91550e3d9cee79dff814e3ce1e86e.zip
external_llvm-379f76e873b91550e3d9cee79dff814e3ce1e86e.tar.gz
external_llvm-379f76e873b91550e3d9cee79dff814e3ce1e86e.tar.bz2
Formally added an explicit enum for DWARF TLS support. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r--include/llvm/Support/Dwarf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 0f33541..f4a9acf 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -486,6 +486,9 @@ enum Constants {
DW_OP_lo_user = 0xe0,
DW_OP_hi_user = 0xff,
+ // Extensions for GNU-style thread-local storage.
+ DW_OP_GNU_push_tls_address = 0xe0,
+
// Extensions for Fission proposal.
DW_OP_GNU_addr_index = 0xfb,
DW_OP_GNU_const_index = 0xfc,