zig/deps/lld/test/ELF/comment-gc.s

15 lines
390 B
ArmAsm
Raw Normal View History

# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/comment-gc.s -o %t2.o
# RUN: ld.lld %t.o %t2.o -o %t1 --gc-sections -shared
# RUN: llvm-objdump -s %t1 | FileCheck %s
# CHECK: Contents of section .comment:
2018-01-18 06:29:21 +08:00
# CHECK-NEXT: foo..LLD 1.0.bar
.ident "foo"
.globl _start
_start:
nop