summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-10-09 18:19:09 +0000
committerNico Weber <nicolasweber@gmx.de>2018-10-09 18:19:09 +0000
commite1b9331d2945a0480b083f93b05e8eb82bfbd46c (patch)
treea7479ce0aeaa103d7fecd0af1fe4e16f2feb0a40
parentd969abde1b91737e9cdc8d251096a2ad629e3a0a (diff)
downloadbcm5719-llvm-e1b9331d2945a0480b083f93b05e8eb82bfbd46c.tar.gz
bcm5719-llvm-e1b9331d2945a0480b083f93b05e8eb82bfbd46c.zip
lld-link: attempt to fix tests on Windows after r344061.
llvm-svn: 344065
-rw-r--r--lld/test/COFF/pdb-relative-source-lines.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/pdb-relative-source-lines.test b/lld/test/COFF/pdb-relative-source-lines.test
index 3e2f3490672..8931828d577 100644
--- a/lld/test/COFF/pdb-relative-source-lines.test
+++ b/lld/test/COFF/pdb-relative-source-lines.test
@@ -32,7 +32,7 @@ RUN: cd %t
RUN: yaml2obj %S/Inputs/pdb_lines_1_relative.yaml -o %t/pdb_lines_1_relative.obj
RUN: yaml2obj %S/Inputs/pdb_lines_2_relative.yaml -o %t/pdb_lines_2_relative.obj
-RUN: ./lld-link -debug -pdbsourcepath:c:\\src -entry:main -nodefaultlib -out:out.exe -pdb:out.pdb pdb_lines_1_relative.obj pdb_lines_2_relative.obj
+RUN: ./lld-link -debug "-pdbsourcepath:c:\src" -entry:main -nodefaultlib -out:out.exe -pdb:out.pdb pdb_lines_1_relative.obj pdb_lines_2_relative.obj
RUN: llvm-pdbutil pdb2yaml -modules -module-files -module-syms -subsections=lines,fc %t/out.pdb | FileCheck %s
CHECK-LABEL: - Module: 'c:\src\pdb_lines_1_relative.obj'
OpenPOWER on IntegriCloud