[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 15 16:11:00 PST 2019
nickdesaulniers added a comment.
With this patch, DD53765, and one out of tree kernel patch to work around a separate issue <https://github.com/ClangBuiltLinux/linux/commit/ad2673bdc4e360de2abb4a2522fa3dfc9e4060e2>, I can confirm that I can compile, link, and boot an x86_64 Linux kernel with Clang. :) I'm triple checking with a few other architectures (that also suffer from the separate issue) to see if I can find any codegen issues.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56571/new/
https://reviews.llvm.org/D56571
More information about the cfe-commits
mailing list