2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: ld.lld %t.o -o %t1 --gc-sections
4 # RUN: llvm-objdump -s %t1 | FileCheck %s
6 # CHECK: Contents of section .noalloc:
7 # 0000 00000000 00000000 ........
9 .section .text._start,"ax",@progbits
17 .section .noalloc,"",@progbits