make SectionKind keep track of whether a global had an explicit
authorChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 07:14:28 +0000 (07:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 07:14:28 +0000 (07:14 +0000)
commit37088b3f82112b1c28c713190606cf040fb056c9
treed60e5573d2d8bff72615883595bd1ae853f2d755
parent2b421dad78d169801dc907013bc0c7bd4f1b3d23
make SectionKind keep track of whether a global had an explicit
section specified for it or not.

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