repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Instrumentation] Fix a warning
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-symbolizer
/
ignore-undefined-symbols.s
blob
243a81711736ebdaee20b09a9102478347d12e1d
1
# REQUIRES: x86-registered-target
2
# RUN: llvm-mc --filetype=obj --triple=x86_64-pc-linux %s -o %t.o -g
3
# RUN: llvm-symbolizer --obj=%t.o 0 | FileCheck %s --implicit-check-not={{^}}bar{{$}}
4
5
# CHECK: foo
6
# CHECK-NEXT: ignore-undefined-symbols.s:12:0
7
8
.type bar,@function
9
.type foo,@function
10
.global foo
11
foo
:
12
call bar