Skip to content

Commit

Permalink
Use correct escaping for semicolon on Windows.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240207 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
pcc committed Jun 20, 2015
1 parent 9edccc8 commit d1bbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LibDriver/libpath.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RUN: mkdir -p %T/a %T/b
RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/a/foo.obj %S/Inputs/a.s
RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/b/foo.obj %S/Inputs/b.s

RUN: env LIB=%T/a\;%T/b llvm-lib /out:%t1.lib foo.obj
RUN: env "LIB=%T/a;%T/b" llvm-lib /out:%t1.lib foo.obj
RUN: llvm-nm %t1.lib | FileCheck --check-prefix=A %s

RUN: llvm-lib /out:%t2.lib /libpath:%T/a /libpath:%T/b foo.obj
Expand Down

0 comments on commit d1bbb25

Please sign in to comment.