[all-commits] [llvm/llvm-project] 835c1f: [compiler-rt][CMake] Pass down LLVM_LIT_ARGS in ru...
jsji via All-commits
all-commits at lists.llvm.org
Mon Jul 13 07:38:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 835c1f9f40ecc1a725f8f392a2a1628f634479fe
https://github.com/llvm/llvm-project/commit/835c1f9f40ecc1a725f8f392a2a1628f634479fe
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
Log Message:
-----------
[compiler-rt][CMake] Pass down LLVM_LIT_ARGS in runtime build
We should also pass down the LLVM_LIT_ARGS in runtime build mode,
so that the runtime tests can be well controlled as well.
We actually passed this down in clang/runtime/CMakeLists.txt
But not for calls from llvm/runtime/CMakeLists.txt.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D83565
More information about the All-commits
mailing list