2 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t %s
3 # RUN: llvm-jitlink -debug-only=jitlink -noexec %t 2>&1 | FileCheck %s
5 # Check that debug sections are not emitted, and consequently that we don't
6 # error out due to buggy past-the-end anonymous relocations in __debug_ranges.
8 # CHECK: __debug_ranges is a debug section: No graph section will be created.
9 .section __TEXT,__text,regular,pure_instructions
10 .macosx_version_min 10, 15
17 .section __DWARF,__debug_ranges
21 .subsections_via_symbols