[PATCH] D18683: Fix bug with duplicate struct types in Linker
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 08:32:21 PDT 2016
rafael added inline comments.
================
Comment at: unittests/Linker/LinkModulesTest.cpp:346
@@ +345,3 @@
+
+ // Check that we can call both callee1 and callee2 still.
+ // Since T1 and T2 were defined in Src, it should be valid to call functions
----------------
Looks like this got out of date.There are no calls in the IR in this test.
http://reviews.llvm.org/D18683
More information about the llvm-commits
mailing list