[all-commits] [llvm/llvm-project] 48e2d3: [lldb][NFC] Remove an outdated comment in HostInfo...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Jun 22 07:49:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48e2d3a5c23f7a11972c30f92d48d85a6a6bf1bd
https://github.com/llvm/llvm-project/commit/48e2d3a5c23f7a11972c30f92d48d85a6a6bf1bd
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M lldb/source/Host/common/HostInfoBase.cpp
Log Message:
-----------
[lldb][NFC] Remove an outdated comment in HostInfoBase
We should *never* use static local variables in this file as this makes
unittesting the plugin code impossible (and this whole 'testing' thing has
turned out to be rather useful so far).
More information about the All-commits
mailing list