[PATCH] D41134: [compiler-rt] [builtins] Implement __chkstk for arm64 windows
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 10:50:10 PST 2017
compnerd added inline comments.
================
Comment at: lib/builtins/aarch64/chkstk.S:14
+
+#ifdef __aarch64__
+
----------------
Im not sure what the point of this check is. This is an AArch64 source so would only be compiled for that target.
https://reviews.llvm.org/D41134
More information about the llvm-commits
mailing list