Add the suffix to the Win64 EH data sections' names if given. Add a test for
authorCharles Davis <cdavis@mines.edu>
Fri, 27 May 2011 21:38:47 +0000 (21:38 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 27 May 2011 21:38:47 +0000 (21:38 +0000)
commit88c816453fac630e23785dbd1755675d139603db
tree790e134fad789f5ca89d6689e957b184210e2a86
parent2d6dcb34b7f39682f3eed08180631189fb4b6636
Add the suffix to the Win64 EH data sections' names if given. Add a test for
this. XFAIL'd, because the COFF AsmParser can't handle .section yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132220 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
test/MC/COFF/seh-section.s [new file with mode: 0644]