summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionMachO.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-05-17 22:53:55 +0000
committerEric Christopher <echristo@apple.com>2010-05-17 22:53:55 +0000
commitc6177a4531a5d7e2207a3184cc8a4f1792073a7d (patch)
tree3d6334e99b927d2cf415aef36e533c1337018bcb /include/llvm/MC/MCSectionMachO.h
parent44bfdd3d78d32bb8fcd5ad123199246e554306d8 (diff)
downloadllvm-c6177a4531a5d7e2207a3184cc8a4f1792073a7d.tar.gz
llvm-c6177a4531a5d7e2207a3184cc8a4f1792073a7d.tar.bz2
llvm-c6177a4531a5d7e2207a3184cc8a4f1792073a7d.tar.xz
More data/parsing support for tls directives. Add a few more testcases
and cleanup comments as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCSectionMachO.h')
-rw-r--r--include/llvm/MC/MCSectionMachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCSectionMachO.h b/include/llvm/MC/MCSectionMachO.h
index c149926a19..2d9d1333db 100644
--- a/include/llvm/MC/MCSectionMachO.h
+++ b/include/llvm/MC/MCSectionMachO.h
@@ -98,7 +98,7 @@ public:
S_THREAD_LOCAL_VARIABLE_POINTERS = 0x14U,
/// S_THREAD_LOCAL_INIT_FUNCTION_POINTERS - Section with thread local
/// variable initialization pointers to functions.
- S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15,
+ S_THREAD_LOCAL_INIT_FUNCTION_POINTERS = 0x15U,
LAST_KNOWN_SECTION_TYPE = S_THREAD_LOCAL_INIT_FUNCTION_POINTERS,