[all-commits] [llvm/llvm-project] b632fe: [libc++] Quote the filesystem static env root in t...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Mar 31 06:47:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b632fe5a363488a377b22e1708c8b57d986d3fd8
      https://github.com/llvm/llvm-project/commit/b632fe5a363488a377b22e1708c8b57d986d3fd8
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/lit.local.cfg
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/test/support/test_macros.h

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list