[all-commits] [llvm/llvm-project] 614c7d: [lldb] [cmake] Add LLVM_LIT_ARGS override support ...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Aug 9 14:36:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 614c7d03877fd99c2de47429b15be3f00306a3bd
https://github.com/llvm/llvm-project/commit/614c7d03877fd99c2de47429b15be3f00306a3bd
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M lldb/cmake/modules/LLDBStandalone.cmake
Log Message:
-----------
[lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone builds
Add a LLVM_LIT_ARGS cached variable in order to make it possible
to override lit arguments when doing standalone builds. Without that,
the user variable is ignored and the default options are always used.
Based on a similar solution found in clang.
Differential Revision: https://reviews.llvm.org/D107700
More information about the All-commits
mailing list