mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
a94c339423
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172779 91177308-0d34-0410-b5e6-96231b3b80d8
26 lines
594 B
ArmAsm
26 lines
594 B
ArmAsm
// RUN: llvm-mc -n -triple x86_64-apple-darwin10 %s -filetype=obj | macho-dump | FileCheck %s
|
|
|
|
// CHECK: ('load_commands_size', 104)
|
|
// CHECK: ('load_commands', [
|
|
// CHECK: # Load Command 1
|
|
// CHECK: (('command', 45)
|
|
// CHECK: ('size', 16)
|
|
// CHECK: ('count', 1)
|
|
// CHECK: ('_strings', [
|
|
// CHECK: "a",
|
|
// CHECK: ])
|
|
// CHECK: ),
|
|
// CHECK: # Load Command 2
|
|
// CHECK: (('command', 45)
|
|
// CHECK: ('size', 16)
|
|
// CHECK: ('count', 2)
|
|
// CHECK: ('_strings', [
|
|
// CHECK: "a",
|
|
// CHECK: "b",
|
|
// CHECK: ])
|
|
// CHECK: ),
|
|
// CHECK: ])
|
|
|
|
.linker_option "a"
|
|
.linker_option "a", "b"
|