Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and
authorDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 23:56:34 +0000 (23:56 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 23:56:34 +0000 (23:56 +0000)
commit86cba32bb4858f988b5026b62a66c4dba473f08b
treec4e0934342cf63e6c31150397efa33033964b530
parent789457847002f5289dbbc5cfce9d68c72e00bed1
Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and
friends so that it doesn't match sections like .data.rel.local, which
should not be emitted as section directives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCSectionELF.cpp