[PATCH] D17165: Fix cloning of debug info

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 16:36:54 PST 2016


pcc accepted this revision.
pcc added a comment.

LGTM


================
Comment at: unittests/Transforms/Utils/Cloning.cpp:471
@@ +470,3 @@
+  EXPECT_TRUE(NewF->getSubprogram() != nullptr);
+}
+
----------------
Maybe also test that one of the subprogram fields has an expected value?


http://reviews.llvm.org/D17165





More information about the llvm-commits mailing list