llvm-6502/lib/CodeGen/AsmPrinter
Bill Wendling a9f0cc4ced The Dwarf writer was comparing mangled and unmangled names for C++ code when we
have an unreachable block in a function. This was triggering the assert. This is
a horrid hack to cover this up.

Oh! for a good debug info architecture!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57714 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-17 18:48:57 +00:00
..
AsmPrinter.cpp Remove some overzealous checks that were rejecting 2008-10-10 21:04:42 +00:00
CMakeLists.txt Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
DwarfWriter.cpp The Dwarf writer was comparing mangled and unmangled names for C++ code when we 2008-10-17 18:48:57 +00:00
Makefile Move all assembler printing related stuff into new libAsmPrinter 2008-08-17 13:53:04 +00:00
OcamlGCPrinter.cpp Get rid of duplicate char*/Section* DataSection 2008-09-24 22:16:16 +00:00