summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/code-model-kernel.ll
Commit message (Collapse)AuthorAgeFilesLines
* Restore correct x86_64 EH encodings in kernel code modelLei Liu2018-08-131-0/+79
Fixes PR37524. The exception handling encodings for x86_64 in kernel code model has been changed with r309884. Restore it to correct ones. These encodings include PersonalityEncoding, LSDAEncoding and TTypeEncoding. Differential Revision: https://reviews.llvm.org/D50490 llvm-svn: 339534
OpenPOWER on IntegriCloud