Files
llvm-project/offload/tools
Sladyn 3ddddf7a49 Use reportFatalUsageError in llvm-omp-kernel-replay (#178371)
All error cases in this tool are usage errors (bad user input, missing
files, malformed JSON) rather than internal LLVM bugs, so
`reportFatalUsageError` is the appropriate replacement.
2026-01-28 09:12:03 +00:00
..