[PATCH] D86946: [ms] [llvm-ml] Allow use of locally-defined variables in expressions

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 13:14:56 PDT 2020


thakis accepted this revision.
thakis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/llvm-ml/variable.test:10
+; CHECK-NEXT: .byte 0
+; CHECK-NEXT: .byte 0
+
----------------
add a `CHECK-NOT: .byte 0` here to check that it's exactly 3


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86946



More information about the llvm-commits mailing list