[all-commits] [llvm/llvm-project] 99cd56: [ELF] --wrap: set isUsedInRegularObj of __wrap_ if...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Aug 8 09:24:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99cd56906a4dd00db25b045eccddcb6802d39f8d
https://github.com/llvm/llvm-project/commit/99cd56906a4dd00db25b045eccddcb6802d39f8d
Author: Fangrui Song <i at maskray.me>
Date: 2020-08-08 (Sat, 08 Aug 2020)
Changed paths:
M lld/ELF/Driver.cpp
M lld/test/ELF/wrap-shlib-undefined.s
Log Message:
-----------
[ELF] --wrap: set isUsedInRegularObj of __wrap_ if it is defined or shared
Fixes PR47017 (a regression when fixing PR46169): if __wrap_ is shared,
it is not exported.
More information about the All-commits
mailing list