xref: /llvm-project/llvm/test/MC/ARM/directive-eabi_attribute-also_compatible_with-recursive.s (revision 08c6840f254ccc1d93da2e1f79d398d30f8b3862)
1@ RUN: llvm-mc -triple arm -filetype obj -o - %s | \
2@ RUN: llvm-readobj -A - 2>&1 | \
3@ RUN: FileCheck %s --check-prefix=CHECK-WARNING
4
5.eabi_attribute Tag_also_compatible_with, "\101\006\017"
6@ CHECK-WARNING: Tag_also_compatible_with cannot be recursively defined
7