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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
DebugInfo
/
symbolize-filter-markup-symbol.test
blob
9c1ed5e46e01bb2def101aaf2691fbaaa3b04601
1
RUN: split-file %s %t
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: foo
6
CHECK: Mangled::Name()
7
8
;--- input
9
{{{symbol:foo}}}
10
{{{symbol:_ZN7Mangled4NameEv}}}