forked from OSchip/llvm-project
[ARM] Use SEH exceptions on thumbv7-windows
Reviewers: mstorsjo Differential Revision: https://reviews.llvm.org/D40286 llvm-svn: 318756
This commit is contained in:
parent
051e966e49
commit
51d82696db
|
@ -86,7 +86,7 @@ void ARMCOFFMCAsmInfoMicrosoft::anchor() { }
|
|||
|
||||
ARMCOFFMCAsmInfoMicrosoft::ARMCOFFMCAsmInfoMicrosoft() {
|
||||
AlignmentIsInBytes = false;
|
||||
|
||||
ExceptionsType = ExceptionHandling::WinEH;
|
||||
PrivateGlobalPrefix = "$M";
|
||||
PrivateLabelPrefix = "$M";
|
||||
CommentString = ";";
|
||||
|
|
Loading…
Reference in New Issue