tianshilei1992 added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:3082 + if (getTriple().getVendor() == llvm::Triple::OpenMP_VGPU) { + std::string BitcodeSuffix = "x86_64-vgpu"; + clang::driver::tools::addOpenMPDeviceRTL(getDriver(), DriverArgs, CC1Args, ---------------- Maybe `"x86_64-openmp_vpu"` now? ================ Comment at: llvm/lib/Support/Triple.cpp:189 + case OpenMP_VGPU: + return "vgpu"; } ---------------- `"openmp_vpu"`? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113359/new/ https://reviews.llvm.org/D113359 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits