llvm-for-llvmta/test/MC/X86/check-end-of-data-region.s

9 lines
235 B
ArmAsm
Raw Normal View History

2022-04-25 10:02:23 +02:00
// RUN: not --crash llvm-mc -triple=x86_64-apple-darwin -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
.align 4
.data_region jt32
foo:
.long 0
// CHECK-ERROR: LLVM ERROR: Data region not terminated