1# REQUIRES: x86
2# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3# RUN: ld.lld -o %t.exe --gdb-index %t.o
4# RUN: llvm-objdump --section-headers %t.exe | FileCheck %s
5# CHECK-NOT: .gdb_index
6
7.global _start
8_start:
9