projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MCAsmParser: support .ifne
[oota-llvm.git]
/
test
/
MC
/
AsmParser
/
macro-err1.s
1
// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
2
// RUN: FileCheck < %t %s
3
4
.macro foo bar
5
.long \bar
6
.endm
7
8
foo 42, 42
9
10
// CHECK: too many positional arguments