[PATCH] D40778: [DebugIR] Revive the Debug IR pass. [Added llvm-commits]

Ewan Crawford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 04:27:43 PST 2017


EwanCrawford added inline comments.


================
Comment at: lib/Transforms/Instrumentation/DebugIR.cpp:668
+  std::unique_ptr<Module> DisplayM;
+  createDebugInfo(M, DisplayM); // This is fucked up.
+  if (WriteSourceToDisk) {
----------------
rewrite this comment


Repository:
  rL LLVM

https://reviews.llvm.org/D40778





More information about the llvm-commits mailing list