[PATCH] D113909: [asm] Correctly handle special names in variants

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 09:50:27 PST 2021


thakis added a comment.

Without the patch, the output of the new line was `bar 1 x1` since the `${:uid}` in the second variant was printed despite it not being the active variant.


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

https://reviews.llvm.org/D113909



More information about the llvm-commits mailing list