15 lines · plain
1# RUN: llvm-mc %s --triple x86_64-apple-darwin -filetype=obj -o %t.o2# RUN: llvm-objdump --macho -d %t.o | FileCheck %s3 4_foo:5_bar:6_baz:7_qux:8 nop9 10## Ensure symbols with the same address are printed in a deterministic order11# CHECK: _foo12# CHECK-NEXT: _bar13# CHECK-NEXT: _baz14# CHECK-NEXT: _qux15