[llvm] [X86][MC] Support instructions of MSR_IMM (PR #113524)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 27 19:14:00 PDT 2024


================
@@ -0,0 +1,10 @@
+// RUN: llvm-mc -triple x86_64 --show-encoding %s | FileCheck %s
----------------
phoebewang wrote:

Add `# RUN: not llvm-mc -triple i386 -show-encoding %s 2>&1 | FileCheck %s --check-prefix=ERROR` ?

https://github.com/llvm/llvm-project/pull/113524


More information about the llvm-commits mailing list