[all-commits] [llvm/llvm-project] 7a8011: [runtimes] Make sure LLVM_LIT_ARGS is set before i...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Oct 19 05:21:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a801138f8bddf17d7df52c1c3f1d4ce8da702ad
https://github.com/llvm/llvm-project/commit/7a801138f8bddf17d7df52c1c3f1d4ce8da702ad
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)
Changed paths:
M runtimes/CMakeLists.txt
Log Message:
-----------
[runtimes] Make sure LLVM_LIT_ARGS is set before including individual runtimes
Otherwise, the individual `check-cxx`, `check-cxxabi` and similar targets
will not know about `LLVM_LIT_ARGS`, and we'll end up running lit without
any argument.
Differential Revision: https://reviews.llvm.org/D112035
More information about the All-commits
mailing list