[llvm] Give a warning when no dwo files are found (PR #94336)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 11:14:52 PDT 2024
dwblaikie wrote:
I think the right explanation/error message would be "executable does not contain any skeleton units" (technically correct, but probably doesn't mean much to users) or "executable file does not contain any references to dwo files"?
"no dwo files found" sounds more like there weren't any dwo files on disk (and as a user I'd be asking "why didn't you tell me which dwo files you /tried/ to find/couldn't read")
https://github.com/llvm/llvm-project/pull/94336
More information about the llvm-commits
mailing list