[clang] [flang] [llvm] [Offload] Rename and move 'clang-offload-packager' -> 'llvm-offload-binary' (PR #161438)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 06:52:54 PDT 2025
================
@@ -98,10 +92,9 @@ static Error bundleImages() {
StringSaver Saver(Alloc);
DenseMap<StringRef, StringRef> Args = getImageArguments(Image, Saver);
- if (!Args.count("triple") || !Args.count("file"))
- return createStringError(
- inconvertibleErrorCode(),
- "'file' and 'triple' are required image arguments");
+ if (!Args.count("file"))
----------------
jhuber6 wrote:
Undid that, I kept a few other changes as they're relevant to porting this and fixes a bug required for the test.
https://github.com/llvm/llvm-project/pull/161438
More information about the llvm-commits
mailing list