================ @@ -464,7 +464,8 @@ fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, } // namespace amdgcn namespace generic { -Expected<StringRef> clang(ArrayRef<StringRef> InputFiles, const ArgList &Args) { +Expected<StringRef> clang(ArrayRef<StringRef> InputFiles, const ArgList &Args, + bool HasSYCLOffloadKind = false) { ---------------- jhuber6 wrote:
I think we should make this a bitfield and check if it contains SYCL. https://github.com/llvm/llvm-project/pull/135683 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits