[all-commits] [llvm/llvm-project] 3631b9: [lldb] Remove some unused functions from PosixApi.h
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Mar 28 06:14:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3631b9014d4f9289219a0091ea4ebd635d7a517f
https://github.com/llvm/llvm-project/commit/3631b9014d4f9289219a0091ea4ebd635d7a517f
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M lldb/include/lldb/Host/windows/PosixApi.h
M lldb/source/Host/windows/Windows.cpp
Log Message:
-----------
[lldb] Remove some unused functions from PosixApi.h
There are better llvm replacements for all of these.
Commit: ec6d6210500682e1f5cbf1863b3286304bb5f5bd
https://github.com/llvm/llvm-project/commit/ec6d6210500682e1f5cbf1863b3286304bb5f5bd
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
M llvm/lib/ExecutionEngine/Orc/DebuggerSupportPlugin.cpp
M llvm/lib/ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
Remove a top-level using-directive from EPCDebugObjectRegistrar.h
The directive pollutes the namespace of all files which include the
header.
Use alternate ways to reference the namespace constituents instead.
Compare: https://github.com/llvm/llvm-project/compare/614363ecc0fe...ec6d62105006
More information about the All-commits
mailing list