Files
llvm-6502/include/llvm/CodeGen
Chris Lattner e2cf37b88c Untangle a snarl that I discovered when updating the mangler,
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76231 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-17 20:46:40 +00:00
..
2009-07-16 15:32:28 +00:00
2009-07-16 15:32:28 +00:00
2009-05-18 21:08:45 +00:00
2009-07-09 06:44:01 +00:00
2009-05-04 18:40:41 +00:00
2009-06-15 08:28:29 +00:00
2009-07-08 21:57:46 +00:00