[Lldb-commits] [lldb] [lldb] Include `<cstring>` for `memset` (PR #196335)
via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 07:49:54 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Nerixyz (Nerixyz)
<details>
<summary>Changes</summary>
Fixes the failure on `lldb-aarch64-ubuntu` (https://lab.llvm.org/buildbot/#/builders/59/builds/34161) after #<!-- -->195514.
---
Full diff: https://github.com/llvm/llvm-project/pull/196335.diff
1 Files Affected:
- (modified) lldb/test/API/lang/cpp/char1632_t/main.cpp (+1)
``````````diff
diff --git a/lldb/test/API/lang/cpp/char1632_t/main.cpp b/lldb/test/API/lang/cpp/char1632_t/main.cpp
index e38188cf85dee..9520b52711008 100644
--- a/lldb/test/API/lang/cpp/char1632_t/main.cpp
+++ b/lldb/test/API/lang/cpp/char1632_t/main.cpp
@@ -1,4 +1,5 @@
#include <assert.h>
+#include <cstring>
#include <string>
#define UASZ 64
``````````
</details>
https://github.com/llvm/llvm-project/pull/196335
More information about the lldb-commits
mailing list