[PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Eric Christopher via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 13 15:24:33 PDT 2016
echristo added inline comments.
================
Comment at: lib/CodeGen/CodeGenModule.h:292
@@ -291,3 +291,3 @@
CGCUDARuntime* CUDARuntime;
- CGDebugInfo* DebugInfo;
+ std::unique_ptr<CGDebugInfo> DebugInfo;
ObjCEntrypoints *ObjCData;
----------------
aprantl wrote:
> This could be a separate useful NFC commit.
And can you fix the formatting of the stuff above it while you're at "useful NFC commits"?
http://reviews.llvm.org/D19072
More information about the cfe-commits
mailing list