[clang] [OffloadBundler] Compress bundles over 4GB (PR #122307)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 08:14:12 PST 2025
https://github.com/jhuber6 commented:
I've never been a fan of this type of implicit behavior, since it will change spuriously depending on what the user wants.
I also wonder if we couldn't do something similar with ELF compression so we don't need to manually do all this stuff.
https://github.com/llvm/llvm-project/pull/122307
More information about the cfe-commits
mailing list