arm-chrjan01 created this revision.
arm-chrjan01 added reviewers: zturner, rnk.
Herald added subscribers: cfe-commits, kristof.beyls, rengolin.
arm-chrjan01 added a comment.
I don't have commit access. Please commit after approval.
Starting with the Fall Creators Update, Windows 10 Desktop can r
arm-chrjan01 added a comment.
I don't have commit access. Please commit after approval.
Repository:
rC Clang
https://reviews.llvm.org/D44087
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cf
arm-chrjan01 created this revision.
arm-chrjan01 added reviewers: simon_tatham, majnemer, rnk.
Herald added subscribers: cfe-commits, chrib.
Repository:
rC Clang
https://reviews.llvm.org/D47784
Files:
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/ms-setjmp.c
Index: test/CodeGen/ms-setjmp.c
arm-chrjan01 added a comment.
Thank you for reviewing Reid. Please could you commit the change for me as I
don't have commit rights.
I had a go at refactoring it but the args to the x86 _setjmp at different, and
combining the aarch64 and x64 versions didn't make the code more readable,
IMHO. Ha