diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-26 21:22:22 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-26 21:22:22 +0000 |
commit | 6009db486e7fba448ccb28dff676c012efade8f0 (patch) | |
tree | 9907579eccc1c43efe3ad4508f9a718fb869340a /test/MC | |
parent | 8464f072350d7f8fc12180f0f2071fe2d08c928d (diff) |
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/MachO/sections.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/MC/MachO/sections.s b/test/MC/MachO/sections.s index 27d9782666..11a86a9226 100644 --- a/test/MC/MachO/sections.s +++ b/test/MC/MachO/sections.s @@ -42,13 +42,14 @@ .objc_selector_strs - + .subsections_via_symbols + // CHECK: ('cputype', 7) // CHECK: ('cpusubtype', 3) // CHECK: ('filetype', 1) // CHECK: ('num_load_commands', 1) // CHECK: ('load_commands_size', 2436) -// CHECK: ('flag', 0) +// CHECK: ('flag', 8192) // CHECK: ('load_commands', [ // CHECK: # Load Command 0 // CHECK: (('command', 1) |