xref: /llvm-project/llvm/test/tools/llvm-rc/absolute.test (revision 64bc44f5ddfb6da4b6a8b51ea9a03f8772b3ae95)
11f597e6eSPetr Hosek; RUN: touch %t.manifest
21f597e6eSPetr Hosek; RUN: echo "1 24 \"%t.manifest\"" > %t.rc
3*64bc44f5SMartin Storsjö; RUN: llvm-rc -no-preprocess -- %t.rc
4879c15e8SMartin Storsjö;; On Windows, try stripping out the drive name from the absolute path,
5879c15e8SMartin Storsjö;; and make sure the path still is found.
6879c15e8SMartin Storsjö; RUN: cat %t.rc | sed 's/"[a-zA-Z]:/"/' > %t2.rc
7*64bc44f5SMartin Storsjö; RUN: llvm-rc -no-preprocess -- %t2.rc
8