You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
Extended Description
commit 614c7d0
Author: Michał Górny mgorny@moritz.systems
Date: 2021-08-07 22:06:20 +0200
The text was updated successfully, but these errors were encountered: