[llvm-branch-commits] [llvm] [Offloading] Add support for compressed OffloadBinary types (PR #222774)
alessandra simmons via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 14 10:06:01 PDT 2026
================
@@ -273,3 +280,71 @@ TEST(OffloadingTest, checkEdgeCases) {
EXPECT_EQ(Binaries[0]->getString("large_key").size(), 4096u);
}
}
+
+TEST(OffloadingTest, checkCompressedRoundTrip) {
----------------
MixedMatched wrote:
I would maybe add a test for concatenation of two compressed sections here just to check that alignment works correctly?
https://github.com/llvm/llvm-project/pull/222774
More information about the llvm-branch-commits
mailing list