[llvm] [X86][MC] Report error when the instruction length exceeds 15 bytes (PR #83708)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 00:05:08 PST 2024


================
@@ -0,0 +1,25 @@
+# RUN: not llvm-mc -triple x86_64 -show-encoding %s 2>&1 | FileCheck %s
+
+# CHECK: error: the size of instruction must be no longer than 15
----------------
KanRobert wrote:

Good suggestion. Done

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


More information about the llvm-commits mailing list