Fixes https://bugs.llvm.org/show_bug.cgi?id=32912.
HasWinCFI is normally set during prolog insertion, since that doesn't happen for naked functions it remains unset for those which causes assertion errors later.
Differential D32822
Win64: set HasWinCFI for naked functions TimNN on May 3 2017, 12:05 PM. Authored by
Details Fixes https://bugs.llvm.org/show_bug.cgi?id=32912. HasWinCFI is normally set during prolog insertion, since that doesn't happen for naked functions it remains unset for those which causes assertion errors later.
Diff Detail |