llvm/test/CodeGen/ARM/gv-stubs-crash.ll
0 → 100644
+36
−0
Loading
------------------------------------------------------------------------ r142869 | void | 2011-10-24 16:05:43 -0700 (Mon, 24 Oct 2011) | 4 lines Check the visibility of the global variable before placing it into the stubs table. A hidden variable could potentially end up in both lists. <rdar://problem/10336715> ------------------------------------------------------------------------ llvm-svn: 142870