diff options
author | Martell Malone <martellmalone@gmail.com> | 2017-11-21 11:30:20 +0000 |
---|---|---|
committer | Martell Malone <martellmalone@gmail.com> | 2017-11-21 11:30:20 +0000 |
commit | 51d82696db3c1c8fe44eafbce5cb578353f9aec3 (patch) | |
tree | be026f89958b72189c8959de720cddb87273cded /llvm/lib | |
parent | 051e966e49721685a3f1a95c6fee50a0f1762bd8 (diff) | |
download | bcm5719-llvm-51d82696db3c1c8fe44eafbce5cb578353f9aec3.tar.gz bcm5719-llvm-51d82696db3c1c8fe44eafbce5cb578353f9aec3.zip |
[ARM] Use SEH exceptions on thumbv7-windows
Reviewers: mstorsjo
Differential Revision: https://reviews.llvm.org/D40286
llvm-svn: 318756
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp b/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp index 177b636077b..0cef683778e 100644 --- a/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp +++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp @@ -86,7 +86,7 @@ void ARMCOFFMCAsmInfoMicrosoft::anchor() { } ARMCOFFMCAsmInfoMicrosoft::ARMCOFFMCAsmInfoMicrosoft() { AlignmentIsInBytes = false; - + ExceptionsType = ExceptionHandling::WinEH; PrivateGlobalPrefix = "$M"; PrivateLabelPrefix = "$M"; CommentString = ";"; |