Commit 052c704
authored
[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (llvm#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.1 parent 692d9f2 commit 052c704
File tree
1 file changed
+1
-1
lines changed- lldb/source/Plugins/ExpressionParser/Clang
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments