[PATCH] D72717: [CMake] Disable libc++ filesystem tests in CrossWinToARMLinux cache file

Vlad Vereschaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 13:37:55 PST 2020


vvereschaka added a comment.

> You mean, instead of ninja check-cxx just invoke LIT directly and pass this argument?

No, a little bit different. 
Probably we need something like 'LIBCXX_LLVM_LIT_ARGS` and pass the LIT arguments into the libc++ tests through that kind of parameter (and most likely extend a common LIT_ARGS).
In that case we can pass  '--param enable_filesystem=False' using the buildbot configuration files.
Or through this cmake cache file if this is a common case for the arm cross builds on Windows.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72717





More information about the cfe-commits mailing list