xref: /llvm-project/llvm/test/DebugInfo/symbolize-filter-markup-symbol.test (revision eb5af0acf054a73d461ac768d8cb035ee2a64383)
1*eb5af0acSDaniel ThornburghRUN: split-file %s %t
2*eb5af0acSDaniel ThornburghRUN: llvm-symbolizer --filter-markup < %t/input > %t.output
3*eb5af0acSDaniel ThornburghRUN: FileCheck %s --input-file=%t.output --match-full-lines --implicit-check-not {{.}}
4*eb5af0acSDaniel Thornburgh
5*eb5af0acSDaniel ThornburghCHECK: foo
6*eb5af0acSDaniel ThornburghCHECK: Mangled::Name()
7*eb5af0acSDaniel Thornburgh
8*eb5af0acSDaniel Thornburgh;--- input
9*eb5af0acSDaniel Thornburgh{{{symbol:foo}}}
10*eb5af0acSDaniel Thornburgh{{{symbol:_ZN7Mangled4NameEv}}}
11