llvm-6502/lib/CodeGen/AsmPrinter
David Majnemer b31eebd3fd AsmPrinter: Get rid of llvm$workaround$fake$stub$
We currently emit labels with the prefix Lllvm$workaround$fake$stub$ if
the target's MCAsmInfo has getLinkOnceDirective() mapped to something
interesting.  This was apparently a work around introduced in r31033 for
binutils that we don't need anymore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189187 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-25 09:18:19 +00:00
..
ARMException.cpp
AsmPrinter.cpp AsmPrinter: Get rid of llvm$workaround$fake$stub$ 2013-08-25 09:18:19 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt Update the CMake build files. 2013-08-08 23:51:31 +00:00
DIE.cpp For COFF only: dwarf debug info output a label reference as a section relative item only when it's one of dw_from strp, sec_offset, ref_addr or op_call_ref instead of going by size. 2013-08-13 17:45:53 +00:00
DIE.h Be more rigorous about the sizes of forms and attributes. 2013-08-08 01:41:00 +00:00
DIEHash.cpp DebugInfo: Prefer references over pointers, pass by const reference for a type that will grow in the future 2013-08-14 22:23:05 +00:00
DIEHash.h DebugInfo: Prefer references over pointers, pass by const reference for a type that will grow in the future 2013-08-14 22:23:05 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp DebugInfo: don't emit zero-length names for parameters 2013-08-19 03:34:03 +00:00
DwarfCompileUnit.h Be more rigorous about the sizes of forms and attributes. 2013-08-08 01:41:00 +00:00
DwarfDebug.cpp Add a function object to compare the first or second component of a std::pair. 2013-08-24 12:54:27 +00:00
DwarfDebug.h Turn on pubnames by default on linux. 2013-08-19 21:07:38 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp