[all-commits] [llvm/llvm-project] 5d46e4: [libc++] Don't over-quote arguments to DSL tests
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Apr 30 11:23:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d46e4b0daef0f29b6fb4ae7280d7a98e6422ec8
https://github.com/llvm/llvm-project/commit/5d46e4b0daef0f29b6fb4ae7280d7a98e6422ec8
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
Log Message:
-----------
[libc++] Don't over-quote arguments to DSL tests
On Windows, quoting with single-quotes is both unnecessary and incorrect.
If the arguments are properly handled by Lit (which they are), quoting
should not be necessary.
More information about the All-commits
mailing list