llvm-project/llvm/test/DebugInfo/symbolize-missing-file.test

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
141 B
Plaintext
Raw Normal View History

RUN: llvm-symbolizer --obj=unexisting-file 0x1234 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
CHECK: LLVMSymbolizer: error reading file: [[MSG]]