[all-commits] [llvm/llvm-project] 052c70: [lldb][Modules] Fix error handling of parseAndLoad...
Michael Buch via All-commits
all-commits at lists.llvm.org
Tue May 27 01:29:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 052c70451afb7323ef72f321f3b0b5abb024b302
https://github.com/llvm/llvm-project/commit/052c70451afb7323ef72f321f3b0b5abb024b302
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
Log Message:
-----------
[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141220)
`parseAndLoadModuleMapFile` returns `true` on error. This seems to have
always been an issue? This is now preventing me from fixing a different
modules related issue. So this patch checks the return value correctly.
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