19 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o3# RUN: ld.lld %t.o -o %t1 --gc-sections4# RUN: llvm-objdump -s %t1 | FileCheck %s5 6# CHECK: Contents of section .noalloc:7# 0000 00000000 00000000 ........8 9 .section .text._start,"ax",@progbits10 .globl _start11_start:12 retq13 14 .type unused,@object15 .comm unused,4,416 17 .section .noalloc,"",@progbits18 .quad unused19