summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/PDB')
-rw-r--r--llvm/test/DebugInfo/PDB/pdbdump-objfilename.yaml4
-rw-r--r--llvm/test/DebugInfo/PDB/pdbdump-source-names.test9
2 files changed, 7 insertions, 6 deletions
diff --git a/llvm/test/DebugInfo/PDB/pdbdump-objfilename.yaml b/llvm/test/DebugInfo/PDB/pdbdump-objfilename.yaml
index fac9ce9083c..6ddb4775f29 100644
--- a/llvm/test/DebugInfo/PDB/pdbdump-objfilename.yaml
+++ b/llvm/test/DebugInfo/PDB/pdbdump-objfilename.yaml
@@ -1,5 +1,5 @@
-# RUN: llvm-pdbdump yaml2pdb -pdb=%T/objfilename.pdb %s
-# RUN: llvm-pdbdump pdb2yaml -dbi-module-info %T/objfilename.pdb \
+# RUN: llvm-pdbdump yaml2pdb -pdb=%t %s
+# RUN: llvm-pdbdump pdb2yaml -dbi-module-info %t \
# RUN: | FileCheck %s
#
# CHECK: DbiStream:
diff --git a/llvm/test/DebugInfo/PDB/pdbdump-source-names.test b/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
index f16a2699a15..72816506901 100644
--- a/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
+++ b/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
@@ -6,11 +6,12 @@
# that differ by one byte, so that at least one of those will only
# pass if alignment is implemented correctly.
-RUN: llvm-pdbutil yaml2pdb -pdb=%T/source-names-1.pdb %p/Inputs/source-names-1.yaml
-RUN: llvm-pdbutil pdb2yaml -module-files %T/source-names-1.pdb \
+RUN: rm -rf %t && mkdir -p %t
+RUN: llvm-pdbutil yaml2pdb -pdb=%t/source-names-1.pdb %p/Inputs/source-names-1.yaml
+RUN: llvm-pdbutil pdb2yaml -module-files %t/source-names-1.pdb \
RUN: | FileCheck -check-prefix=CHECK1 %s
-RUN: llvm-pdbutil yaml2pdb -pdb=%T/source-names-2.pdb %p/Inputs/source-names-2.yaml
-RUN: llvm-pdbutil pdb2yaml -module-files %T/source-names-2.pdb \
+RUN: llvm-pdbutil yaml2pdb -pdb=%t/source-names-2.pdb %p/Inputs/source-names-2.yaml
+RUN: llvm-pdbutil pdb2yaml -module-files %t/source-names-2.pdb \
RUN: | FileCheck -check-prefix=CHECK2 %s
CHECK1: SourceFiles:
OpenPOWER on IntegriCloud