llvm-for-llvmta/test/tools/llvm-rc/absolute.test
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
281 B
Plaintext

; RUN: touch %t.manifest
; RUN: echo "1 24 \"%t.manifest\"" > %t.rc
; RUN: llvm-rc -- %t.rc
;; On Windows, try stripping out the drive name from the absolute path,
;; and make sure the path still is found.
; RUN: cat %t.rc | sed 's/"[a-zA-Z]:/"/' > %t2.rc
; RUN: llvm-rc -- %t2.rc