[PATCH] D65743: [llvm-ar] Accept file paths with windows format slashes

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 21:25:10 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-ar/windows-path.test:15
+RUN: rm -f archive.a
+RUN: llvm-ar rcST archive.a a\foo.txt
+RUN: llvm-ar rcST archive.a foo.txt
----------------
What does `a\..\a\foo.txt` do?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65743/new/

https://reviews.llvm.org/D65743





More information about the llvm-commits mailing list