[llvm] 3e03c88 - [ARM] Delete llvm/test/MC/ARM/directive-type-diagnostics.s (NFC) (#201080)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 06:05:41 PDT 2026
Author: Cullen Rhodes
Date: 2026-06-08T14:05:37+01:00
New Revision: 3e03c88817a119ec8178a9bc0eff23824adf2a95
URL: https://github.com/llvm/llvm-project/commit/3e03c88817a119ec8178a9bc0eff23824adf2a95
DIFF: https://github.com/llvm/llvm-project/commit/3e03c88817a119ec8178a9bc0eff23824adf2a95.diff
LOG: [ARM] Delete llvm/test/MC/ARM/directive-type-diagnostics.s (NFC) (#201080)
It's bit-identical to llvm/test/MC/ELF/ARM/directive-type-diagnostics.s
Added:
Modified:
Removed:
llvm/test/MC/ARM/directive-type-diagnostics.s
################################################################################
diff --git a/llvm/test/MC/ARM/directive-type-diagnostics.s b/llvm/test/MC/ARM/directive-type-diagnostics.s
deleted file mode 100644
index b166ffd06aab3..0000000000000
--- a/llvm/test/MC/ARM/directive-type-diagnostics.s
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
-// RUN: not llvm-mc -triple armeb-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
-// RUN: not llvm-mc -triple thumb-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
-// RUN: not llvm-mc -triple thumbeb-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
-
- .type symbol 32
-// CHECK: error: expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '%<type>' or "<type>"
-// CHECK: .type symbol 32
-// CHECK: ^
-
More information about the llvm-commits
mailing list