[all-commits] [llvm/llvm-project] 8da14f: [lldb] Propagate llvm::Error to report_fatal_error
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Nov 10 08:20:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8da14fb76c77471479a12e5c5e1acd7b57117062
https://github.com/llvm/llvm-project/commit/8da14fb76c77471479a12e5c5e1acd7b57117062
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
Log Message:
-----------
[lldb] Propagate llvm::Error to report_fatal_error
Instead of having a custom error message, propagate the llvm::Error from
SystemInitializerCommon. I didn't realize we had this overload until
Pavel mentioned it in D90987 today.
More information about the All-commits
mailing list