brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · e681d9a Raw
11 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t3# RUN: ld.lld %t -o %t1 --gc-sections --undefined=foo4# RUN: llvm-readobj --symbols %t1 | FileCheck %s5 6# CHECK: foo7 8.section .foo,"ax"9.global foo10foo:11