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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-symbolizer
/
filter-markup.test
blob
be65adbc0311041b9c3718fcbe6b069fd73b8e8b
1
RUN: echo -e "a{{{symbol:foo}}}b\n{{{symbol:bar}}}\n" > %t.input
2
RUN: llvm-symbolizer --filter-markup < %t.input > %t.output
3
RUN: FileCheck %s --input-file=%t.output --match-full-lines --implicit-check-not {{.}}
4
5
CHECK: afoob
6
CHECK: bar