[all-commits] [llvm/llvm-project] 8c1ca9: [lldb] [cmake] Add LLVM_LIT_ARGS override support ...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Aug 10 15:36:29 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 8c1ca94ad27e3ab088a0cdf35b2420579b9407e2
https://github.com/llvm/llvm-project/commit/8c1ca94ad27e3ab088a0cdf35b2420579b9407e2
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-08-10 (Tue, 10 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
(cherry picked from commit 614c7d03877fd99c2de47429b15be3f00306a3bd)
More information about the All-commits
mailing list