================
@@ -20,6 +20,25 @@
 using namespace clang;
 using namespace CIRGen;
 
+static std::unique_ptr<MangleContext> initDeviceMC(CIRGenModule &cgm) {
----------------
Men-cotton wrote:

If we keep `deviceMC` in `CIRGenNVCUDARuntime` instead of the base class, the 
changes in `CIRGenCUDARuntime.cpp` seem unnecessary.

https://github.com/llvm/llvm-project/pull/190087
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to