Add a few missing mach header flags.
authorKevin Enderby <enderby@apple.com>
Fri, 22 Aug 2014 20:34:31 +0000 (20:34 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 22 Aug 2014 20:34:31 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216284 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/MachO.h

index 90df1f4f140ff77903ec4ebd1e065e0b0b2e6944..c053a45372553b61d9045707e35c1461342debb1 100644 (file)
@@ -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 {