[libc++] Quote the filesystem static env root in the source files instead of the...
authorLouis Dionne <ldionne@apple.com>
Mon, 30 Mar 2020 20:24:48 +0000 (16:24 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 13:40:01 +0000 (09:40 -0400)
commitb632fe5a363488a377b22e1708c8b57d986d3fd8
treeb50e069cfda1b29d285bf4fbf242b901f49043ef
parentfb47ffc618eaf0e716eafa7e719fc67bf41cef3b
[libc++] Quote the filesystem static env root in the source files instead of the command line

Otherwise, trying to reproduce a failing filesystem test by copy-pasting
the command-line used and running that in the shell won't work, because
the shell will eat quoting around the define and we'll end up with a
non-stringized path in the .cpp file.
libcxx/test/std/input.output/filesystems/lit.local.cfg
libcxx/test/support/filesystem_test_helper.h
libcxx/test/support/test_macros.h