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