aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-rc/absolute.test
blob: fd054536b3bfd6cede999524cb3b0e17b57de5bd (plain)
1
2
3
4
5
6
7
; RUN: touch %t.manifest
; RUN: echo "1 24 \"%t.manifest\"" > %t.rc
; RUN: llvm-rc -no-preprocess -- %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 -no-preprocess -- %t2.rc