[PATCH] D40286: [ARM] Use SEH exception handling on MS

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 03:32:45 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL318756: [ARM] Use SEH exceptions on thumbv7-windows (authored by martell).

Changed prior to commit:
  https://reviews.llvm.org/D40286?vs=123726&id=123756#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40286

Files:
  llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp


Index: llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
+++ llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
@@ -86,7 +86,7 @@
 
 ARMCOFFMCAsmInfoMicrosoft::ARMCOFFMCAsmInfoMicrosoft() {
   AlignmentIsInBytes = false;
-
+  ExceptionsType = ExceptionHandling::WinEH;
   PrivateGlobalPrefix = "$M";
   PrivateLabelPrefix = "$M";
   CommentString = ";";


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40286.123756.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171121/c1a5ee3f/attachment.bin>


More information about the llvm-commits mailing list