================
@@ -43,7 +43,7 @@ const char *Action::getClassName(ActionClass AC) {
   case OffloadUnbundlingJobClass:
     return "clang-offload-unbundler";
   case OffloadPackagerJobClass:
-    return "clang-offload-packager";
+    return "llvm-offload-binary";
----------------
jhuber6 wrote:

That's quite the mouthful, it'd just be `llvm-offload-packager` if we needed it 
to be a verb, but since the format is just 'offload binary' I don't think it 
needs to strictly be a verb.

https://github.com/llvm/llvm-project/pull/161438
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to