[PATCH] D150048: [X86][MC] Reject `call`/`jmp [offset fn_ref]` in Intel syntax
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 6 13:08:32 PDT 2023
MaskRay added a comment.
See my comment D149579 <https://reviews.llvm.org/D149579>. You can surround the `FIXME: MASM does not accept this syntax and GAS assembles this as a direct ...` part with `.ifdef ERR` with `llvm-mc ... --defsym ERR=1`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150048/new/
https://reviews.llvm.org/D150048
More information about the llvm-commits
mailing list