mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Try to get ResponseFile.ll passing on Windows after r267556.
llvm-svn: 267599
This commit is contained in:
parent
941602e770
commit
a8ed675976
@ -1,8 +1,10 @@
|
|||||||
; Test that we can recurse, at least a little bit. The -time-passes flag here
|
; Test that we can recurse, at least a little bit. The -time-passes flag here
|
||||||
; is a hack to make sure that neither echo nor the shell expands the response
|
; is a hack to make sure that neither echo nor the shell expands the response
|
||||||
; file for us. Tokenization with quotes is tested in unittests.
|
; file for us. Tokenization with quotes is tested in unittests.
|
||||||
; RUN: echo %s > %t.list1
|
; On Windows, paths contain \ characters, which are escape characters in
|
||||||
; RUN: echo "-time-passes @%t.list1" > %t.list2
|
; GNU-style response files. So replace \ with \\ to make the tests work there.
|
||||||
|
; RUN: echo %s | sed -e 's:\\:\\\\:g' > %t.list1
|
||||||
|
; RUN: echo "-time-passes @%t.list1" | sed -e 's:\\:\\\\:g' > %t.list2
|
||||||
; RUN: llvm-as @%t.list2 -o %t.bc
|
; RUN: llvm-as @%t.list2 -o %t.bc
|
||||||
; RUN: llvm-nm %t.bc 2>&1 | FileCheck %s
|
; RUN: llvm-nm %t.bc 2>&1 | FileCheck %s
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user