summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/windows-SEH-support.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: support funclets in fastcall and swift_callSaleem Abdulrasool2018-12-051-0/+36
Functions annotated with `__fastcall` or `__attribute__((__fastcall__))` or `__attribute__((__swiftcall__))` may contain SEH handlers even on Win64. This matches the behaviour of cl which allows for `__try`/`__except` inside a `__fastcall` function. This was detected while trying to self-host clang on Windows ARM64. llvm-svn: 348337
OpenPOWER on IntegriCloud