[PATCH] D70062: MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 10:59:06 PST 2019
nickdesaulniers added inline comments.
================
Comment at: llvm/test/MC/AsmParser/assembler-expressions.s:36
text1:
+# ASM-ERR: [[@LINE+1]]:5: error: expected absolute expression
+.if . - text1 == 0
----------------
This is testing that an error is emitted? Don't we want to test that an error is *not* emitted?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70062/new/
https://reviews.llvm.org/D70062
More information about the llvm-commits
mailing list