[PATCH] D53491: [Sparc] Add membar assembler tags

Daniel Cederman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 07:25:30 PST 2018


dcederman marked an inline comment as done.
dcederman added inline comments.


================
Comment at: test/MC/Sparc/sparc-asm-errors.s:1-2
-! RUN: not llvm-mc %s -arch=sparc   -show-encoding 2>&1 | FileCheck %s
-! RUN: not llvm-mc %s -arch=sparcv9 -show-encoding 2>&1 | FileCheck %s
+! RUN: not llvm-mc %s -arch=sparc   -show-encoding 2>&1 | FileCheck %s --check-prefix=V8
+! RUN: not llvm-mc %s -arch=sparcv9 -show-encoding 2>&1 | FileCheck %s --check-prefix=V9
 
----------------
jyknight wrote:
> You can use two check prefixes, e.g.: "--check-prefix=CHECK --check-prefix=V8", so as not to have to duplicate the common lines.
Ok, I will fix that. Thanks for the review!


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

https://reviews.llvm.org/D53491





More information about the llvm-commits mailing list