"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "affdc8b54acb62f547d7606e738a35c1498cc28f"
-
Chris Lattner authored
starting in getCurrentFunctionEHName. Among other problems, we would try to privative a "foo.eh" label, but end up emitting the label as _Lfoo.eh instead of L_foo.eh on darwin. This is really bad, and the linker has always tolerated these labels existing. For now, just emit them as _foo.eh. This patch also fixes problems with ".eh" labels on unnamed functions and eliminates two strangely defined TargetAsmInfo hooks. llvm-svn: 76231
e79b2bc0
Loading