[all-commits] [llvm/llvm-project] 1db288: [lldb] Remove some nanosleep preprocessor magic
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Feb 16 12:08:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1db2888e70709930da6c22ab83706c7695962ace
https://github.com/llvm/llvm-project/commit/1db2888e70709930da6c22ab83706c7695962ace
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M lldb/source/Host/posix/PipePosix.cpp
Log Message:
-----------
[lldb] Remove some nanosleep preprocessor magic
It's obsolete, as we use (portable) std::this_thread::sleep_for now.
Commit: 901ea29662c88cb8f87d650cef2ed64a9f0d480f
https://github.com/llvm/llvm-project/commit/901ea29662c88cb8f87d650cef2ed64a9f0d480f
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M lldb/source/Commands/CommandOptionsProcessLaunch.h
Log Message:
-----------
[lldb] Delete superfluous semicolon
Compare: https://github.com/llvm/llvm-project/compare/61a238e6e134...901ea29662c8
More information about the All-commits
mailing list