================
@@ -617,8 +617,9 @@ class OffloadUnbundlingJobAction final : public JobAction {
SmallVector<DependentActionInfo, 6> DependentActionInfoArray;
public:
- // Offloading unbundling doesn't change the type of output.
+ // Offloading unbundling usually doesn't change the type of output.
OffloadUnbundlingJobAction(Action *Input);
+ OffloadUnbundlingJobAction(Action *Input, types::ID OutputType);
----------------
jhuber6 wrote:
Could we instead just make this one with a default argument? `types::ID
OutputType = Whatever`.
https://github.com/llvm/llvm-project/pull/211675
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits