================
@@ -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);
----------------
yxsamliu wrote:
Done. Changed this to one constructor with a default output type.
https://github.com/llvm/llvm-project/pull/211675
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits