summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCDirectives.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-11-13 04:51:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-11-13 04:51:02 +0000
commite13a0ff8ac6c86a04397801061e1a702d4e0eab1 (patch)
tree6e2b67b072a4e5ea2749610572b739b071c31e0a /include/llvm/MC/MCDirectives.h
parentce8ca9ab0cc42be4f2ff5ed5d349eac5c90f9b04 (diff)
downloadllvm-e13a0ff8ac6c86a04397801061e1a702d4e0eab1.tar.gz
llvm-e13a0ff8ac6c86a04397801061e1a702d4e0eab1.tar.bz2
llvm-e13a0ff8ac6c86a04397801061e1a702d4e0eab1.tar.xz
Parse and record the gnu_unique_object type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCDirectives.h')
-rw-r--r--include/llvm/MC/MCDirectives.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCDirectives.h b/include/llvm/MC/MCDirectives.h
index 5c1b848ade..03337a9f52 100644
--- a/include/llvm/MC/MCDirectives.h
+++ b/include/llvm/MC/MCDirectives.h
@@ -26,6 +26,7 @@ enum MCSymbolAttr {
MCSA_ELF_TypeTLS, ///< .type _foo, STT_TLS # aka @tls_object
MCSA_ELF_TypeCommon, ///< .type _foo, STT_COMMON # aka @common
MCSA_ELF_TypeNoType, ///< .type _foo, STT_NOTYPE # aka @notype
+ MCSA_ELF_TypeGnuUniqueObject, /// .type _foo, @gnu_unique_object
MCSA_Global, ///< .globl
MCSA_Hidden, ///< .hidden (ELF)
MCSA_IndirectSymbol, ///< .indirect_symbol (MachO)