[PATCH] D45593: [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 11:50:42 PDT 2018


rtereshin added inline comments.


================
Comment at: lib/IR/DebugInfo.cpp:91
+      else
+        llvm_unreachable("unexpected imported entity type");
     }
----------------
This is all replaced by a `processCompileUnit's` call in the follow-up NFC commit, as the pieces are identical.


Repository:
  rL LLVM

https://reviews.llvm.org/D45593





More information about the llvm-commits mailing list