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