[llvm-bugs] [Bug 41927] New: Please backport r353700 & r353701 to 8.0
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 17 14:35:45 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41927
Bug ID: 41927
Summary: Please backport r353700 & r353701 to 8.0
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
Blocks: 41221
These patches are simple test suite changes and they improve the test results
on Gentoo.
commit c1adbc6c94e4c5782d09514711dbac32edf413c3
Author: Michal Gorny <mgorny at gentoo.org>
Date: Mon Feb 11 15:09:48 2019
[lldb] [lit] Fix finding lld-link when it is not in 'compiler dir'
Fix the build helper to find lld-link via PATH lookup, rather than
making a fragile assumption that it will be present in the 'compiler
directory'. This fixes tests on Gentoo where clang and lld
are installed in different directories.
Differential Revision: https://reviews.llvm.org/D58001
llvm-svn: 353701
commit 8780771c51d6ced4998d24f71f75bc6c6e7d2acc
Author: Michal Gorny <mgorny at gentoo.org>
Date: Mon Feb 11 15:09:43 2019
[lldb] [test] Skip lldb-mi test if LLDB_DISABLE_PYTHON is used
Skip running lldb-mi tests when Python support is disabled. This causes
lldb-mi to unconditionally fail, and therefore all the relevant tests
fail as well.
Differential Revision: https://reviews.llvm.org/D58000
llvm-svn: 353700
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=41221
[Bug 41221] [meta] 8.0.1 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/20190517/bdbac98f/attachment.html>
More information about the llvm-bugs
mailing list