[llvm-bugs] [Bug 51357] New: Please backport d99e9461b07988914cba573800cd1862f277e155 (clang-repl link fix) to 13.0.0
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 5 07:54:25 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51357
Bug ID: 51357
Summary: Please backport
d99e9461b07988914cba573800cd1862f277e155 (clang-repl
link fix) to 13.0.0
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, richard-llvm at metafoo.co.uk,
vvasilev at cern.ch
Blocks: 51236
commit d99e9461b07988914cba573800cd1862f277e155
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-08-05 14:00:34 +0200
[clang] [clang-repl] Fix linking against LLVMLineEditor
LLVMLineEditor library is part of the LLVM dylib. Move it into
LLVM_LINK_COMPONENTS to avoid duplicate linking when dylib is being
used. This fixes building standalone clang against installed LLVM
without static libraries.
Differential Revision: https://reviews.llvm.org/D107558
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/20210805/4f05d188/attachment.html>
More information about the llvm-bugs
mailing list