llvm-project/libcxx/cmake
Louis Dionne 6f69318c72 [runtimes] Allow passing Lit parameters through CMake
This allows passing parameters to the test suites without using
LLVM_LIT_ARGS. The problem is that we sometimes want to set some
Lit arguments on the CMake command line, but the Lit parameters in
a CMake cache file. If the only knob to do that is LLVM_LIT_ARGS,
the command-line entry overrides the cache one, and the parameters
set by the cache are ignored.

This fixes a current issue with the build bots that they completely
ignore the 'std' param set by Lit, because other Lit arguments are
provided via LLVM_LIT_ARGS on the CMake command-line.
2020-07-09 12:45:00 -04:00
..
Modules [libc++] Enable tests and documentation by default when building standalone 2020-06-29 12:40:07 -04:00
caches [runtimes] Allow passing Lit parameters through CMake 2020-07-09 12:45:00 -04:00
config-ix.cmake [libc++] Link against libatomic when it is found 2020-06-05 09:28:44 -04:00