[all-commits] [llvm/llvm-project] 5e65e7: [lldb] Move ProgressEventData out of debugger and ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 14 09:24:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e65e79bace6127da493de1445161f1179e4e47f
https://github.com/llvm/llvm-project/commit/5e65e79bace6127da493de1445161f1179e4e47f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
A lldb/include/lldb/Core/DebuggerEvents.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/Core/CMakeLists.txt
M lldb/source/Core/Debugger.cpp
A lldb/source/Core/DebuggerEvents.cpp
Log Message:
-----------
[lldb] Move ProgressEventData out of debugger and into its own file (NFC)
Move ProgressEventData out of debugger and into its own file. This is in
preparation of adding a few new type of event data for diagnostics.
Differential revision: https://reviews.llvm.org/D121506
Commit: f51d7e4bae9e861e711ad9711599456fc2f1bbca
https://github.com/llvm/llvm-project/commit/f51d7e4bae9e861e711ad9711599456fc2f1bbca
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M clang/include/clang/Basic/BuiltinsVE.def
M llvm/include/llvm/CodeGen/MachinePipeliner.h
Log Message:
-----------
Fix the implicit module build
This fixes the implicit module build after b1b4b6f36695 broke the LLDB
build: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/42084/
Compare: https://github.com/llvm/llvm-project/compare/04b717c42355...f51d7e4bae9e
More information about the All-commits
mailing list