[PATCH] D57394: [X86] Add clang support for X86 flag output parameters.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 15 00:45:25 PST 2019
mstorsjo added a comment.
This change broke compiling the mingw-w64 runtime, which uses __GCC_ASM_FLAG_OUTPUTS__ to enable newer forms of inline assembly. See PR40737 for details.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57394/new/
https://reviews.llvm.org/D57394
More information about the llvm-commits
mailing list