[all-commits] [llvm/llvm-project] ac2f3d: [lld][WebAssembly] Remove redundant config setting
Sam Clegg via All-commits
all-commits at lists.llvm.org
Thu Jan 20 15:22:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac2f3df8396ac5bc507bd84eec185d756420e47c
https://github.com/llvm/llvm-project/commit/ac2f3df8396ac5bc507bd84eec185d756420e47c
Author: Sam Clegg <sbc at chromium.org>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M lld/wasm/Driver.cpp
Log Message:
-----------
[lld][WebAssembly] Remove redundant config setting
Unresolved symbols are not currently reported when building with
`-shared` or `-pie` so setting unresolvedSymbols doesn't have any
effect.
Differential Revision: https://reviews.llvm.org/D117737
More information about the All-commits
mailing list