[all-commits] [llvm/llvm-project] 513bcf: [yaml2obj] Report error when the input filename do...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jun 19 18:39:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 513bcf6d012f7f9483af784de8487ee04cb9971a
https://github.com/llvm/llvm-project/commit/513bcf6d012f7f9483af784de8487ee04cb9971a
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
A llvm/test/tools/yaml2obj/basic.test
M llvm/tools/yaml2obj/yaml2obj.cpp
Log Message:
-----------
[yaml2obj] Report error when the input filename does not exist
I invoked yaml2obj with a mistyped filename and received no error
message. I nearly thought the program had succeeded, but the shell's
exit code prompt tipped me off.
Pull Request: https://github.com/llvm/llvm-project/pull/144835
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list