2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3 # RUN: ld.lld %t -o %t2 --strip-debug
4 # RUN: llvm-readobj --sections %t2 | FileCheck %s
5 # RUN: ld.lld %t -o %t2 -S
6 # RUN: llvm-readobj --sections %t2 | FileCheck %s
7 # RUN: ld.lld %t -o %t2 --strip-all
8 # RUN: llvm-readobj --sections %t2 | FileCheck %s
13 .section .debug_Foo,"",@progbits