projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29150e4
)
update mach-o EXPORT_SYMBOL_* names
author
Nick Kledzik
<kledzik@apple.com>
Tue, 8 Oct 2013 00:59:13 +0000
(
00:59
+0000)
committer
Nick Kledzik
<kledzik@apple.com>
Tue, 8 Oct 2013 00:59:13 +0000
(
00:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192151
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/MachO.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/MachO.h
b/include/llvm/Support/MachO.h
index b2ac6b3b5b67d56fcd2547e49217f2de3b173457..dcf9e423f0c22097bff37aad727b0f828a87a552 100644
(file)
--- 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 {