• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux %s -o %t 2>&1 | FileCheck %s
2
3// CHECK:  sleb128 and uleb128 expressions must be absolute
4
5        .sleb128 undefined
6