Files
clang-p2996/clang/lib/Driver/OffloadBundler.cpp
Juan Manuel Martinez Caamaño 614d8557dc [OffloadBundler] Expose function to parse compressed bundle headers (#130284)
In COMGR we hash the header of compressed bundles. For this we take the
first bytes of the buffer (according to the maximum header size) and
hash them.

To have a more stable API, and to be able to pick only the hash field (which is
the only one we are actually interested in) of the header, we propose
a version independent header version that is common to all versions.
2025-03-19 09:10:40 +01:00

72 KiB