From: Nick Kledzik Date: Tue, 8 Oct 2013 00:59:13 +0000 (+0000) Subject: update mach-o EXPORT_SYMBOL_* names X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d94d8f9f1f8b8d45560b1e30cb6b3504e682371;p=oota-llvm.git update mach-o EXPORT_SYMBOL_* names git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192151 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index b2ac6b3b5b6..dcf9e423f0c 100644 --- a/include/llvm/Support/MachO.h +++ b/include/llvm/Support/MachO.h @@ -268,8 +268,8 @@ namespace llvm { enum { EXPORT_SYMBOL_FLAGS_KIND_MASK = 0x03u, EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION = 0x04u, - EXPORT_SYMBOL_FLAGS_INDIRECT_DEFINITION = 0x08u, - EXPORT_SYMBOL_FLAGS_HAS_SPECIALIZATIONS = 0x10u + EXPORT_SYMBOL_FLAGS_REEXPORT = 0x08u, + EXPORT_SYMBOL_FLAGS_STUB_AND_RESOLVER = 0x10u }; enum ExportSymbolKind {