bader added inline comments.
================ Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:923 + if ((getLangOpts().CPlusPlus && FD->isMain()) || getLangOpts().OpenCL || + (getLangOpts().CUDA && FD->hasAttr<CUDAGlobalAttr>())) + Fn->addFnAttr(llvm::Attribute::NoRecurse); ---------------- SYCL doesn't support recursion neither. Does it make sense to add it too? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D73651/new/ https://reviews.llvm.org/D73651 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits