summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/space-err.s
blob: dba4b18f1565cafd1ead9b27d655ae4d90aa6ab4 (plain)
1
2
3
4
// RUN: not llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux 2>&1 | FileCheck %s

// CHECK: space-err.s:[[@LINE+1]]:8: error: invalid number of bytes
.space -4
OpenPOWER on IntegriCloud