]> granicus.if.org Git - llvm/commit
[AArch64] Use dwarf exception handling on MinGW
authorMartin Storsjo <martin@martin.st>
Fri, 3 Nov 2017 07:33:20 +0000 (07:33 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 3 Nov 2017 07:33:20 +0000 (07:33 +0000)
commit19a3ba35df240471e549b2c4d0c7da390ec0064d
treea1168e29267e6f25c2f3ec9b38e3bc0fd04c404d
parent691ff5f85039e136ceeca85db6c2b368e2729fba
[AArch64] Use dwarf exception handling on MinGW

Ideally we should probably produce WinEH here as well, but until
then, we can use dwarf exceptions, without any further changes
required in clang, libunwind or libcxxabi.

Differential Revision: https://reviews.llvm.org/D39535

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317304 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
test/CodeGen/AArch64/dwarf-cfi.ll [new file with mode: 0644]