[all-commits] [llvm/llvm-project] 87a329: [lldb] Move Host::SystemLog out of !defined(_WIN32)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jun 24 11:18:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87a32939611ab2972acc7a8e796f8d9e571a6f3a
https://github.com/llvm/llvm-project/commit/87a32939611ab2972acc7a8e796f8d9e571a6f3a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lldb/source/Host/common/Host.cpp
Log Message:
-----------
[lldb] Move Host::SystemLog out of !defined(_WIN32)
The definition of Host::SystemLog was (unintentionally) guarded by
!defined(_WIN32).
More information about the All-commits
mailing list