OSDN Git Service

make SectionKind know whether a symbol is weak or not in addition
authorChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 07:00:12 +0000 (07:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 07:00:12 +0000 (07:00 +0000)
commit4c50922f6be96fdb1e9a924aeeecf91638e2c52b
tree6178770be2c961efdb66096dca312636def13129
parent37939c910fe17eef328736b3c09b6cd262095a87
make SectionKind know whether a symbol is weak or not in addition
to its classification.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77140 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/ELFWriter.cpp
lib/Target/TargetAsmInfo.cpp