• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: llvm-symbolizer 0x401000 0x401001 -obj="%p/Inputs/missing_pdb.exe" 2>%t.err \
2RUN:    | FileCheck %s
3RUN: FileCheck --check-prefix=ERROR %s < %t.err
4
5llvm-symbolizer should print one error and two unknown line info records.
6
7ERROR: LLVMSymbolizer: error reading file: {{.*}}: {{N|n}}o such file or directory
8ERROR-NOT: error reading file
9
10CHECK: ??
11CHECK: ??:0:0
12CHECK: ??
13CHECK: ??:0:0
14