================ @@ -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