brintos

brintos / llvm-project-archived public Read only

0
0
Text · 325 B · 243a817 Raw
13 lines · plain
1# REQUIRES: x86-registered-target2# RUN: llvm-mc --filetype=obj --triple=x86_64-pc-linux %s -o %t.o -g3# RUN: llvm-symbolizer --obj=%t.o 0 | FileCheck %s --implicit-check-not={{^}}bar{{$}}4 5# CHECK:      foo6# CHECK-NEXT: ignore-undefined-symbols.s:12:07 8.type bar,@function9.type foo,@function10.global foo11foo:12    call bar13