llvm-project/llvm/test/DebugInfo/symbolize-missing-file.test
Serge Pavlov 7a443b1c49 Revert "[symbolizer] Change error message if module not found"
This reverts commit 75f1f158812dabc03e70697b6b9c272230bce63d.
It caused fail on https://lab.llvm.org/buildbot#builders/37/builds/21461
2023-04-14 17:37:25 +07:00

4 lines
141 B
Plaintext

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