repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
DebugInfo
/
PDB
/
just-my-code.test
blob
f0a1f7f05d80305d52fb241c35119dfbff6ec1a5
1
; RUN: llvm-pdbutil dump -modules %p/Inputs/big-read.pdb | FileCheck --check-prefix=ALL %s
2
; RUN: llvm-pdbutil dump -modules -jmc %p/Inputs/big-read.pdb | FileCheck --check-prefix=JMC %s
3
4
ALL: Mod 0000 |
5
ALL: Mod 0001 |
6
ALL: Mod 0002 |
7
ALL: Mod 0003 |
8
ALL: Mod 0004 |
9
ALL: Mod 0005 |
10
ALL: Mod 0006 |
11
ALL: Mod 0047 |
12
13
JMC: Mod 0000
14
JMC-NOT: Mod 0001
15
JMC-NOT: Mod 0002
16
JMC-NOT: Mod 0003
17
JMC-NOT: Mod 0004
18
JMC-NOT: Mod 0005
19
JMC-NOT: Mod 0006
20
JMC-NOT: Mod 0047