repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
FileCheck
/
separate-multi-prefix.txt
blob
5578d7f1b9643bc32fa80eec361231e602682d15
1
// RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s
2
// RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s
3
4
asdf
5
; SOMEPREFIX: {{t}}his_is_not_asdf
6
; ANOTHER: {{a}}sdf
7