Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / reloc-directive-err.s
blob6eec2ae10c0a6cec0c7fd20b4cab34f8c439274c
1 # RUN: llvm-mc -triple=aarch64 %s 2>&1 | FileCheck --check-prefix=PRINT %s
2 # RUN: not llvm-mc -filetype=obj -triple=aarch64 %s -o /dev/null 2>&1 | FileCheck %s
4 # PRINT: .reloc 0, R_INVALID, 0
5 # CHECK: {{.*}}.s:[[# @LINE+1]]:11: error: unknown relocation name
6 .reloc 0, R_INVALID, 0