updated support for the COFF .linkonce
authorNathan Jeffords <blunted2night@gmail.com>
Wed, 12 May 2010 04:26:09 +0000 (04:26 +0000)
committerNathan Jeffords <blunted2night@gmail.com>
Wed, 12 May 2010 04:26:09 +0000 (04:26 +0000)
commit871bb94c4343dcc7391af7833ebb4313a782440b
tree966258dcc361c8dd028267fbc5c5fbb08468bcde
parent5bdc2aa264b38a4632cf1e4fef1f328b464147a5
updated support for the COFF .linkonce

Now, the .linkonce directive is emitted as part of MCSectionCOFF::PrintSwitchToSection instead of AsmPrinter::EmitLinkage since it is an attribute of the section the symbol was placed into not the symbol itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103568 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/MC/MCSectionCOFF.cpp