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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Other
/
bcanalyzer-dump-option.txt
blob
1da2a033b6a2c3e798915c5e35560a73109815f8
1
RUN: llvm-bcanalyzer -dump %S/Inputs/has-block-info.bc | FileCheck -check-prefix=WITH-DUMP %s
2
RUN: llvm-bcanalyzer %S/Inputs/has-block-info.bc | FileCheck -check-prefix=WITHOUT-DUMP %s
3
4
WITH-DUMP: <ABC
5
WITHOUT-DUMP-NOT: <ABC
6
WITH-DUMP: </ABC>
7
WITHOUT-DUMP-NOT: </ABC>
8
WITH-DUMP: <XYZ
9
WITHOUT-DUMP-NOT: <XYZ
10
WITH-DUMP: </XYZ>
11
WITHOUT-DUMP-NOT: </XYZ>