summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/just-my-code.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/PDB/just-my-code.test')
-rw-r--r--llvm/test/DebugInfo/PDB/just-my-code.test20
1 files changed, 20 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/PDB/just-my-code.test b/llvm/test/DebugInfo/PDB/just-my-code.test
new file mode 100644
index 00000000000..f0a1f7f05d8
--- /dev/null
+++ b/llvm/test/DebugInfo/PDB/just-my-code.test
@@ -0,0 +1,20 @@
+; RUN: llvm-pdbutil dump -modules %p/Inputs/big-read.pdb | FileCheck --check-prefix=ALL %s
+; RUN: llvm-pdbutil dump -modules -jmc %p/Inputs/big-read.pdb | FileCheck --check-prefix=JMC %s
+
+ALL: Mod 0000 |
+ALL: Mod 0001 |
+ALL: Mod 0002 |
+ALL: Mod 0003 |
+ALL: Mod 0004 |
+ALL: Mod 0005 |
+ALL: Mod 0006 |
+ALL: Mod 0047 |
+
+JMC: Mod 0000
+JMC-NOT: Mod 0001
+JMC-NOT: Mod 0002
+JMC-NOT: Mod 0003
+JMC-NOT: Mod 0004
+JMC-NOT: Mod 0005
+JMC-NOT: Mod 0006
+JMC-NOT: Mod 0047
OpenPOWER on IntegriCloud