[compiler-rt] [scudo] Add `__scudo_get_info` symbol to export stats to a buffer. (PR #130273)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 12:19:50 PDT 2025
================
@@ -128,6 +128,46 @@ TEST(ScudoStringsTest, Padding) {
testAgainstLibc<int>("%03d - %03d", -12, -1234);
}
+TEST(ScudoStringsTest, CopyToBuffer) {
+ { // Call with null buffer.
----------------
cferris1000 wrote:
It's better to break these into different tests since it doesn't look like each test has anything to do with any of the other tests.
https://github.com/llvm/llvm-project/pull/130273
More information about the llvm-commits
mailing list