[WinCOFF] Ignore .safeseh for non-x86 architectures
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 1 Jun 2015 07:34:26 +0000 (07:34 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 1 Jun 2015 07:34:26 +0000 (07:34 +0000)
commit64f16f53322d08bcd814d0de4019d778cbeb2ffa
tree75cf1c23578fee01fd1ea3d793534f455a22db26
parent8e12b59b137856f67c3ff04ab391f7a2ca081301
[WinCOFF] Ignore .safeseh for non-x86 architectures

We don't want to bother with creating .sxdata sections on Win64; all the
relevant information is already in the .pdata section.

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