mingw uses .data and .text, not _data and _text.
authorChris Lattner <sabre@nondot.org>
Wed, 29 Jul 2009 05:25:42 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Jul 2009 05:25:42 +0000 (05:25 +0000)
commit83d1c3db39dcde56b706b15d6684bc60fda4d276
tree1ea2ea26f597d3bca9d423bb11a79ef9f27cf7fd
parentb8f396bdbb06b585b480ada31ec8c2ab35916a55
mingw uses .data and .text, not _data and _text.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetLoweringObjectFile.cpp