[PATCH] D28861: [Assembler] Improve error when unable to evaluate expression.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 08:43:04 PST 2017


rengolin added a reviewer: grosbach.
rengolin added a comment.

The change looks good, but it's a bit central to the MC layer, so I'll let Jim approve or add more people if necessary.



================
Comment at: test/MC/AArch64/error-location-post-layout.s:4
   .set v1, -undef
+// CHECK-DAG: <unknown>:0: error: expression could not be evaluated
 
----------------
Why `CHECK-DAG`? Can they really come in different order?


Repository:
  rL LLVM

https://reviews.llvm.org/D28861





More information about the llvm-commits mailing list