nickdesaulniers added a comment.

Was this committed accidentally?

Today in master I see:

- r362106: Revert "clang support gnu asm goto." Erich Keane 
<[email protected]>
- r362059: Mark CodeGen/asm-goto.c as x86 specific after r362045 Fangrui Song 
<[email protected]>
- r362045: clang support gnu asm goto. Jennifer Yu <[email protected]>

and yet this Phabricator review is still open.

It may be easier to rebase this into a monorepo checkout, then commit with `git 
llvm push`.
https://llvm.org/docs/GettingStarted.html#for-developers-to-commit-changes-from-git

As @kees  noted, for new test files that contain x86 assembly, they need a 
`-triple` that specifies an x86 target, otherwise the implicit target is based 
on the host, which may not be x86.  We still want to verify that non-x86 host 
can cross compile to x86 correctly.  Sorry we did not catch this earlier in 
code review.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56571/new/

https://reviews.llvm.org/D56571



_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to