This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add clang support for X86 flag output parameters.
ClosedPublic

Authored by niravd on Jan 29 2019, 9:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

niravd created this revision.Jan 29 2019, 9:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2019, 10:35 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
rnk accepted this revision.Feb 13 2019, 12:56 PM

lgtm

This revision is now accepted and ready to land.Feb 13 2019, 12:56 PM
This revision was automatically updated to reflect the committed changes.

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.