Skip to content

Commit

Permalink
llvm: Update baseline to e9c8f75d45ababe7f805078bbf7bda2e7425f1b7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 3bcb934 commit a32a229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comptime.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ arrow/vector_selection_internal.cc.ll 22693329558
arrow/vector_selection_take_internal.cc.ll 10649428068
arrow/writer.cc.ll 8354405063
assimp/3DSConverter.cpp.ll 1417723550
assimp/3DSExporter.cpp.ll 1498280586
assimp/3DSExporter.cpp.ll 1499778873
assimp/3DSLoader.cpp.ll 4439003620
assimp/ACLoader.cpp.ll 2291320950
assimp/AMFImporter.cpp.ll 2725415621
Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 41 files
+0 −1 lldb/include/lldb/API/SBProcess.h
+12 −0 lldb/include/lldb/Target/DynamicLoader.h
+6 −15 lldb/include/lldb/Target/Process.h
+0 −6 lldb/include/lldb/Target/StopInfo.h
+0 −6 lldb/include/lldb/lldb-enumerations.h
+2 −3 lldb/packages/Python/lldbsuite/test/gdbclientutils.py
+0 −175 lldb/packages/Python/lldbsuite/test/lldbgdbproxy.py
+0 −418 lldb/packages/Python/lldbsuite/test/lldbreverse.py
+0 −2 lldb/packages/Python/lldbsuite/test/lldbtest.py
+2 −6 lldb/source/API/SBProcess.cpp
+0 −2 lldb/source/API/SBThread.cpp
+5 −2 lldb/source/Core/DynamicLoader.cpp
+1 −2 lldb/source/Interpreter/CommandInterpreter.cpp
+80 −0 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
+6 −0 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
+0 −3 lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
+1 −9 lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
+1 −1 lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
+1 −7 lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+1 −1 lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
+0 −22 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
+0 −6 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+0 −1 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
+14 −63 lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+1 −1 lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+19 −1 lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
+2 −3 lldb/source/Plugins/Process/minidump/ProcessMinidump.h
+16 −4 lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
+2 −7 lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
+1 −1 lldb/source/Plugins/Process/scripted/ScriptedProcess.h
+42 −23 lldb/source/Target/Process.cpp
+0 −29 lldb/source/Target/StopInfo.cpp
+2 −6 lldb/source/Target/Thread.cpp
+74 −3 lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py
+1 −0 lldb/test/API/functionalities/process_save_core_minidump/main.cpp
+0 −3 lldb/test/API/functionalities/reverse-execution/Makefile
+0 −115 lldb/test/API/functionalities/reverse-execution/TestReverseContinueBreakpoints.py
+0 −30 lldb/test/API/functionalities/reverse-execution/TestReverseContinueNotSupported.py
+0 −14 lldb/test/API/functionalities/reverse-execution/main.c
+0 −3 lldb/tools/lldb-dap/JSONUtils.cpp
+0 −1 lldb/tools/lldb-dap/LLDBUtils.cpp

0 comments on commit a32a229

Please sign in to comment.