Add frontend support and expected flags for X86 inline assembly flag
parameters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 27450 Build 27449: arc lint + arc unit
Event Timeline
Comment Actions
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.