xref: /llvm-project/llvm/test/tools/llvm-rc/absolute.test (revision 64bc44f5ddfb6da4b6a8b51ea9a03f8772b3ae95)
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