[all-commits] [llvm/llvm-project] f6e5f9: [libc] Fix undeclared 'free' function in stream test
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu May 11 10:50:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6e5f90fd4bb4cde6705a78cf748c992bcaac222
https://github.com/llvm/llvm-project/commit/f6e5f90fd4bb4cde6705a78cf748c992bcaac222
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M libc/test/integration/startup/gpu/rpc_stream_test.cpp
Log Message:
-----------
[libc] Fix undeclared 'free' function in stream test
Summary:
We need this function from the test.cpp but need to declare it manually.
More information about the All-commits
mailing list