[PATCH] D29185: [lit] Allow llvm's build and test systems to support paths with spaces

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 09:44:52 PST 2017


chandlerc added a comment.

So, we have a system that does *not* handle spaces in paths well. I would really like to continue to use the more restrictive rules for lit test names.

I'm happy to have fixes that let things be checked out and built in a path with spaces, but I'd like to require the paths *within* LLVM to continue to not have spaces. Those will work on all systems, whereas paths with spaces will make some users have a (much) harder time integrating with LLVM.


https://reviews.llvm.org/D29185





More information about the llvm-commits mailing list