diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-13 04:51:02 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-13 04:51:02 +0000 |
commit | e13a0ff8ac6c86a04397801061e1a702d4e0eab1 (patch) | |
tree | 6e2b67b072a4e5ea2749610572b739b071c31e0a /include | |
parent | ce8ca9ab0cc42be4f2ff5ed5d349eac5c90f9b04 (diff) | |
download | external_llvm-e13a0ff8ac6c86a04397801061e1a702d4e0eab1.zip external_llvm-e13a0ff8ac6c86a04397801061e1a702d4e0eab1.tar.gz external_llvm-e13a0ff8ac6c86a04397801061e1a702d4e0eab1.tar.bz2 |
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')
-rw-r--r-- | include/llvm/MC/MCDirectives.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCDirectives.h b/include/llvm/MC/MCDirectives.h index 5c1b848..03337a9 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) |