llvm-project/clang/tools/clang-offload-packager
Joseph Huber f06731e3c3 [Binary] Make the OffloadingImage type own the memory
Summary:
The OffloadingBinary uses a convenience struct to help manage the memory
that will be serialized using the binary format. This currently uses a
reference to an existing buffer, but this should own the memory instead
so it is easier to work with seeing as its only current use requires
saving the buffer anyway.
2022-06-07 15:56:09 -04:00
..
CMakeLists.txt [Clang] Change the offload packager build to be a clang tool 2022-06-03 17:35:26 -04:00
ClangOffloadPackager.cpp [Binary] Make the OffloadingImage type own the memory 2022-06-07 15:56:09 -04:00