diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-04-25 19:03:43 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-04-26 16:52:30 -0500 |
commit | fab84dcd0a5a38df8ce5d8996fd2d0c917f39ae3 (patch) | |
tree | 8bb8ed61762e5b241095aef355417900f36dbaaf /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
parent | fb5a3bc8f81ddbfbec5118eb1a881de8c7bdf615 (diff) | |
download | llvm-fab84dcd0a5a38df8ce5d8996fd2d0c917f39ae3.zip llvm-fab84dcd0a5a38df8ce5d8996fd2d0c917f39ae3.tar.gz llvm-fab84dcd0a5a38df8ce5d8996fd2d0c917f39ae3.tar.bz2 |
[libc] Enable the GPU build to build the UnitTest library
The previous patch in D149216 allows us to use the internal `<stdlib.h>`
include for the GPU build. However, we currently don't provide the
memory functions so the header wasn't resolving them. This patch adds
these as entrypoints. They don't cause any entrypoints to be emitted
because they are not implemented, but they provide it in the header so
that we can rely on the test's implementation of them.
Depends on D149216
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D149217
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions