================
@@ -8396,6 +8396,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction
&JA,
if (IsHIP) {
CmdArgs.push_back("-fcuda-allow-variadic-functions");
+ /// TODO: Why is this not forwarded when IsCUDA?
----------------
kevinsala wrote:Needed? https://github.com/llvm/llvm-project/pull/218049 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
