[all-commits] [llvm/llvm-project] 966922: [lldb] Remove two #ifndef linux from Platform.cpp
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Sep 20 00:24:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 966922320f09b8bf6e4a69a32f344b3acec36434
https://github.com/llvm/llvm-project/commit/966922320f09b8bf6e4a69a32f344b3acec36434
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M lldb/source/Target/Platform.cpp
Log Message:
-----------
[lldb] Remove two #ifndef linux from Platform.cpp
These have been here since r215992, guarding the calls to HostInfo, but
their purpose unclear -- HostInfoLinux provides these functions and they
work fine.
More information about the All-commits
mailing list