[PATCH] D74777: [VFS][WIP] More consistent handling of hybrid paths of Windows+Posix styles

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 06:33:49 PST 2020


john.brawn added a comment.

Doing a clean checkout and build on Linux using the following commands I get the same test error:

  git clone https://github.com/llvm/llvm-project.git
  wget https://reviews.llvm.org/file/download/tiyftt33uo7cki54v443/PHID-FILE-yq35g4b6fbvssmn5il2f/D74777.diff
  patch -d llvm-project -p0 < D74777.diff
  mkdir build
  cd build
  cmake ../llvm-project/llvm/
  make SupportTests
  ./unittests/Support/SupportTests --gtest_filter=VFSFromYAMLTest.MappedFiles




CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74777/new/

https://reviews.llvm.org/D74777





More information about the llvm-commits mailing list