[PATCH] D39535: [AArch64] Use dwarf exception handling on MinGW

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 01:34:47 PDT 2017


mstorsjo created this revision.
Herald added subscribers: JDevlieghere, kristof.beyls, javed.absar, aprantl, aemerson.

The test is based on CodeGen/ARM/ehabi.ll since I didn't find any similar general dwarf EH test for aarch64 that I easily could add a test for MinGW in.

This is the only change needed for enabling dwarf exceptions on MinGW, no further changes are needed in clang or in libunwind.


https://reviews.llvm.org/D39535

Files:
  lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
  test/CodeGen/AArch64/dwarf-cfi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39535.121246.patch
Type: text/x-patch
Size: 6443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171102/c439df77/attachment.bin>


More information about the llvm-commits mailing list