summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@fb.com>2021-12-07 12:03:45 -0800
committerGreg Clayton <gclayton@fb.com>2021-12-07 12:03:45 -0800
commitcfe5d768be95ae0a62cf430e56e7762cebf81a65 (patch)
tree2523532836e2c295ba1bad1d77ab630c8968f262
parentc4582a689c2c74e0635309979176c7ada086f066 (diff)
downloadllvm-cfe5d768be95ae0a62cf430e56e7762cebf81a65.tar.gz
Fix buildbot after https://reviews.llvm.org/D115073.
-rw-r--r--lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp b/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
index 36f91e116378..ff7b4220f599 100644
--- a/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
+++ b/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
@@ -39,7 +39,7 @@ std::unique_ptr<llvm::MemoryBuffer> CreateAuxvData(
encoder.AppendAddress(pair.second);
}
return llvm::MemoryBuffer::getMemBufferCopy(
- llvm::toStringRef(buffer_sp->GetData()), "");
+ llvm::toStringRef(encoder.GetData()), "");
}
} // namespace