repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
X86
/
check-end-of-data-region.s
blob
3f7d9b617ef66a3ca8978606818ba3846884e39c
1
//
RUN
:
not
llvm-mc
-
triple
=
x86_64-apple-darwin
-
filetype
=
obj
-
o
/
dev
/
null
%
s
2
>&
1
| FileCheck
%
s
--
check-prefix
=
CHECK-ERROR
2
3
.align 4
4
.data_region jt32
5
foo
:
6
.long 0
7
8
//
CHECK-ERROR
:
LLVM ERROR
:
Data region
not
terminated