[Lldb-commits] [lldb] [lldb] refactor PlatformAndroid and make threadsafe (PR #145382)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 8 04:11:42 PDT 2025
================
@@ -26,6 +24,7 @@ using namespace lldb;
using namespace lldb_private;
using namespace lldb_private::platform_android;
using namespace std::chrono;
+using namespace llvm;
----------------
labath wrote:
I'd rather not add this. I don't see any heavy llvm usage, and this file has enough using directives already.
https://github.com/llvm/llvm-project/pull/145382
More information about the lldb-commits
mailing list