projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a test for a recent regression.
[oota-llvm.git]
/
test
/
MC
/
X86
/
x86-target-directives.s
1
# RUN: not llvm-mc -triple i386 -filetype asm -o - %s 2>&1 | FileCheck %s
2
3
.code42
4
5
# CHECK: unknown directive .code42
6
# CHECK-NOT: unknown directive
7