279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
6 lines
176 B
ArmAsm
6 lines
176 B
ArmAsm
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux %s -o %t 2>&1 | FileCheck %s
|
|
|
|
// CHECK: sleb128 and uleb128 expressions must be absolute
|
|
|
|
.sleb128 undefined
|