[PATCH] D44087: [msvc] Allow MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.

2018-03-05 Thread Chris January via Phabricator via cfe-commits
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

[PATCH] D44087: [msvc] Allow MSVC toolchain driver to find the aarch64 / arm64 cross-compiler.

2018-03-05 Thread Chris January via Phabricator via cfe-commits
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

[PATCH] D47784: [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 libvcruntime.lib

2018-06-05 Thread Chris January via Phabricator via cfe-commits
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

[PATCH] D47784: [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 libvcruntime.lib

2018-06-06 Thread Chris January via Phabricator via cfe-commits
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