summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-08-22 20:34:31 +0000
committerKevin Enderby <enderby@apple.com>2014-08-22 20:34:31 +0000
commit7d7eeab365c7e4c57426a2fca8ccc4d9fb23240f (patch)
tree6c42b4d43645eb14bc2865faf32e47a752d5717e
parent0dac192d77e11e340bb34f487b2b8fd68ecd8a80 (diff)
downloadbcm5719-llvm-7d7eeab365c7e4c57426a2fca8ccc4d9fb23240f.tar.gz
bcm5719-llvm-7d7eeab365c7e4c57426a2fca8ccc4d9fb23240f.zip
Add a few missing mach header flags.
llvm-svn: 216284
-rw-r--r--llvm/include/llvm/Support/MachO.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h
index 90df1f4f140..c053a453725 100644
--- a/llvm/include/llvm/Support/MachO.h
+++ b/llvm/include/llvm/Support/MachO.h
@@ -73,7 +73,10 @@ namespace llvm {
MH_SETUID_SAFE = 0x00080000u,
MH_NO_REEXPORTED_DYLIBS = 0x00100000u,
MH_PIE = 0x00200000u,
- MH_DEAD_STRIPPABLE_DYLIB = 0x00400000u
+ MH_DEAD_STRIPPABLE_DYLIB = 0x00400000u,
+ MH_HAS_TLV_DESCRIPTORS = 0x00800000u,
+ MH_NO_HEAP_EXECUTION = 0x01000000u,
+ MH_APP_EXTENSION_SAFE = 0x02000000u
};
enum : uint32_t {
OpenPOWER on IntegriCloud