projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prefix failing commands with not to make clear they are expected to fail.
[oota-llvm.git]
/
test
/
MC
/
AsmParser
/
macro-rept-err1.s
1
// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
2
// RUN: FileCheck < %t %s
3
4
.endr
5
6
// CHECK: unmatched '.endr' directive