[all-commits] [llvm/llvm-project] d99e94: [clang] [clang-repl] Fix linking against LLVMLineE...
Michał Górny via All-commits
all-commits at lists.llvm.org
Thu Aug 5 07:52:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d99e9461b07988914cba573800cd1862f277e155
https://github.com/llvm/llvm-project/commit/d99e9461b07988914cba573800cd1862f277e155
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M clang/tools/clang-repl/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list