[lld] [llvm] [lld][WebAssembly] Report undefined symbols in -shared/-pie builds (PR #75242)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 12:47:57 PDT 2024
================
@@ -323,6 +330,12 @@ class DefinedData : public DataSymbol {
uint64_t size = 0;
};
+class SharedData : public DataSymbol {
----------------
dschuff wrote:
Actually it looks like the larger symbol class hierarchy is fairly inconsistent here. so changing just this class wouldn't really fix that.
https://github.com/llvm/llvm-project/pull/75242
More information about the llvm-commits
mailing list