Fix a FIXME. _foo.eh symbols are currently always exported so that the linker
authorBill Wendling <isanbard@gmail.com>
Tue, 28 Sep 2010 22:36:56 +0000 (22:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 28 Sep 2010 22:36:56 +0000 (22:36 +0000)
commit4edab1a9e8fd28a60b2d09cc38333652155c0a20
treed9e224fede3bbbdee61427acdf97d280b812a6d8
parentf53458f693fcf813b4c6c785034141017bf35893
Fix a FIXME. _foo.eh symbols are currently always exported so that the linker
knows about them. This is not necessary on 10.6 and later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114997 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
test/CodeGen/X86/non-globl-eh-frame.ll [new file with mode: 0644]