Fix llvm-gcc bootstrap with gnu ld.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 24 Feb 2011 20:18:01 +0000 (20:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 24 Feb 2011 20:18:01 +0000 (20:18 +0000)
commit0412d5b40a3bde02580db6e3050ada0598205716
treebd20d0c62b31d22182e970e857ba1d2701b3c0d8
parent3a96275200e0e7200192c7de38238669ab068cb0
Fix llvm-gcc bootstrap with gnu ld.
The problem was codegen guessing the wrong values and printing

.section .eh_frame,"aMS",@progbits,4

It is not clear at all if Codegen should try to guess, MC is the
one that should know the default flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126421 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetLoweringObjectFileImpl.cpp