[lldb] Move Host::SystemLog out of !defined(_WIN32)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 24 Jun 2022 18:17:38 +0000 (11:17 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 24 Jun 2022 18:18:31 +0000 (11:18 -0700)
commit87a32939611ab2972acc7a8e796f8d9e571a6f3a
tree208c6a7ca5069026a8668cbce594870c014237df
parent9a3d60e0d30a3a659f4040e3c424d82115c4219e
[lldb] Move Host::SystemLog out of !defined(_WIN32)

The definition of Host::SystemLog was (unintentionally) guarded by
!defined(_WIN32).
lldb/source/Host/common/Host.cpp