[PATCH] D26009: [lit] Work around Windows MSys command line tokenization bug

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 13:32:33 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

Thank you for doing this. LGTM.



================
Comment at: test/Other/lit-quoting.txt:2
+RUN: echo "\"" | FileCheck %s
+CHECK: {{^}}"{{$}}
----------------
  {{^"$}}


https://reviews.llvm.org/D26009





More information about the llvm-commits mailing list