llvm-6502/lib/Target/X86/AsmPrinter
Anton Korobeynikov b5bd026a75 Drop bunch of half-working stuff in the ext_weak linkage support.
Now we're using one gross, but quite robust hack :) (previous ones
did not work, for example, when ext_weak symbol was used deep inside
constant expression in the initializer).

The proper fix of this problem will require some quite huge asmprinter
changes and that's why was postponed. This fixes PR3629 by the way :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65230 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-21 11:53:32 +00:00
..
CMakeLists.txt CMake: Turned some libraries into partially linked objects. Corrected 2008-10-22 02:51:53 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
X86AsmPrinter.cpp Adds extern "C" ints to the .cpp files that use RegisterTarget, as 2008-11-15 21:36:30 +00:00
X86ATTAsmPrinter.cpp Drop bunch of half-working stuff in the ext_weak linkage support. 2009-02-21 11:53:32 +00:00
X86ATTAsmPrinter.h Record debug location information in the Dwarf writer. 2009-02-06 21:45:08 +00:00
X86IntelAsmPrinter.cpp Put code that generates debug labels into TableGen so that it can be used by 2009-02-18 23:12:06 +00:00
X86IntelAsmPrinter.h Switch the MachineOperand accessors back to the short names like 2008-10-03 15:45:36 +00:00