bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-symbolizer/debuginfod-bad-build-id.test
2025-02-14 19:21:04 +01:00

3 lines
149 B
Text

RUN: not llvm-symbolizer --build-id=not_a_hex_string 0x1234 2>&1 | FileCheck %s
CHECK: --build-id=: expected a build ID, but got 'not_a_hex_string'