8 lines · plain
1; RUN: touch %t.manifest2; RUN: echo "1 24 \"%t.manifest\"" > %t.rc3; RUN: llvm-rc -no-preprocess -- %t.rc4;; 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.rc7; RUN: llvm-rc -no-preprocess -- %t2.rc8