mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
49a0a38fd9
This allows avoiding conflicts between paths that begin with the same chars as some llvm-rc options (which can be used with either slashes or dashes). Differential Revision: https://reviews.llvm.org/D56743 llvm-svn: 351305
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
; RUN: touch %t.manifest
|
|
; RUN: echo "1 24 \"%t.manifest\"" > %t.rc
|
|
; RUN: llvm-rc -- %t.rc
|