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

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 08:03:51 PDT 2019


gbreynoo marked 2 inline comments as done.
gbreynoo 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
----------------
MaskRay wrote:
> What does `a\..\a\foo.txt` do?
I've added this to the test and behaviour is as expected.


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

https://reviews.llvm.org/D65743





More information about the llvm-commits mailing list