[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang

Kees Cook via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 6 23:15:07 PST 2019


kees added a comment.

In D56571#1386973 <https://reviews.llvm.org/D56571#1386973>, @kees wrote:

> Not sure if this is the fault of the LLVM half or the Clang half, but I'm seeing mis-compilations in the current patches (llvm ca1e713fdd4fab5273b36ba6f292a844fca4cb2d with D53765 <https://reviews.llvm.org/D53765>.185490 and clang 01879634f01bdbfac4636ebe03b68e85b20cd664 with D56571 <https://reviews.llvm.org/D56571>.185489). My earlier builds were okay (llvm b1650507d25d28a03f30626843b7b133796597b4 with D53765 <https://reviews.llvm.org/D53765>.183738 and clang 61738985ebe78eeff6cfae7f97543d3456bac25a with D56571 <https://reviews.llvm.org/D56571>.181973).


This appears to be fixed with latest llvm, clang, and D53765 <https://reviews.llvm.org/D53765>.185703.


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

https://reviews.llvm.org/D56571





More information about the cfe-commits mailing list