]> granicus.if.org Git - llvm/commitdiff
[ARM] Use SEH exceptions on thumbv7-windows
authorMartell Malone <martellmalone@gmail.com>
Tue, 21 Nov 2017 11:30:20 +0000 (11:30 +0000)
committerMartell Malone <martellmalone@gmail.com>
Tue, 21 Nov 2017 11:30:20 +0000 (11:30 +0000)
Reviewers: mstorsjo

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318756 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp

index 177b636077b3c10d6e108f17f88dec62a478e0d7..0cef683778e581e59125a267eb7abc26fa189064 100644 (file)
@@ -86,7 +86,7 @@ void ARMCOFFMCAsmInfoMicrosoft::anchor() { }
 
 ARMCOFFMCAsmInfoMicrosoft::ARMCOFFMCAsmInfoMicrosoft() {
   AlignmentIsInBytes = false;
-
+  ExceptionsType = ExceptionHandling::WinEH;
   PrivateGlobalPrefix = "$M";
   PrivateLabelPrefix = "$M";
   CommentString = ";";