[llvm-bugs] [Bug 51423] New: Please backport 614c7d03877fd99c2de47429b15be3f00306a3bd (LLVM_LIT_ARGS override) to 13.x

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 9 14:37:23 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51423

            Bug ID: 51423
           Summary: Please backport
                    614c7d03877fd99c2de47429b15be3f00306a3bd
                    (LLVM_LIT_ARGS override) to 13.x
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: mgorny at gentoo.org
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
            Blocks: 51236

commit 614c7d03877fd99c2de47429b15be3f00306a3bd
Author: Michał Górny <mgorny at moritz.systems>
Date:   2021-08-07 22:06:20 +0200

    [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


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=51236
[Bug 51236] [meta] 13.0.0 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210809/ecb58f15/attachment.html>


More information about the llvm-bugs mailing list