Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / ARM / quad-relocation.s
blob50d8d82be58439ec09991c9d8aca2558a80f6f3c
1 @ RUN: not llvm-mc -triple=arm -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
2 @ RUN: not llvm-mc -triple=arm-apple-darwin -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
4 .align 3
5 symbol:
6 @ CHECK: :[[#@LINE+1]]:6: error: unsupported relocation type
7 .quad(symbol)
8 @ CHECK: :[[#@LINE+1]]:8: error: unsupported relocation type
9 .8byte symbol