]> granicus.if.org Git - clang/commit
[MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 libvcrun...
authorReid Kleckner <rnk@google.com>
Wed, 6 Jun 2018 18:39:47 +0000 (18:39 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 6 Jun 2018 18:39:47 +0000 (18:39 +0000)
commit67a59f70404395fdb74d2944d099787ff44407bc
tree2435493d573c6a2041389262bdb15f659325c81b
parentc0511c542a483e4dc6933fbab1e6477be16de2d0
[MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 libvcruntime.lib

Factor out the common setjmp call emission code.

Based on a patch by Chris January

Differential Revision: https://reviews.llvm.org/D47784

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/ms-setjmp.c