================
@@ -34,7 +34,7 @@ class CIRGenCUDARuntime {
CIRGenModule &cgm;
public:
- CIRGenCUDARuntime(CIRGenModule &cgm) : cgm(cgm) {}
+ CIRGenCUDARuntime(CIRGenModule &cgm);
----------------
Men-cotton wrote:
```suggestion
CIRGenCUDARuntime(CIRGenModule &cgm) : cgm(cgm) {}
```
I believe the change here can be reverted, and the diffs on
clang/lib/CIR/CodeGen/CIRGenCUDARuntime.cpp can be omitted.
https://github.com/llvm/llvm-project/pull/190087
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits