[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:

Should this class be called `SharedDataSymbol` for consistency with functions and with the base class?

https://github.com/llvm/llvm-project/pull/75242


More information about the llvm-commits mailing list