[all-commits] [llvm/llvm-project] d0371f: Fix component build
Rui Ueyama via All-commits
all-commits at lists.llvm.org
Mon Nov 18 18:26:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d0371f473675ede1d79a615ec4fdf0cf5368944c
https://github.com/llvm/llvm-project/commit/d0371f473675ede1d79a615ec4fdf0cf5368944c
Author: Rui Ueyama <ruiu at google.com>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M lld/lib/Core/Resolver.cpp
M lld/lib/Core/SymbolTable.cpp
M lld/lib/Driver/DarwinLdDriver.cpp
M lld/lib/ReaderWriter/FileArchive.cpp
M lld/lib/ReaderWriter/MachO/LayoutPass.cpp
M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
M lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
Log Message:
-----------
Fix component build
b11386f9be9b2dc7276a758d64f66833da10bdea broke lld build
if `-DBUILD_SHARED_LIBS=ON` is passed to CMake.
More information about the All-commits
mailing list