Model weakly defined symbols as symbols that are both
exports and imported and marked as weak. Local refereces
to the symbols refer to the import but the linker can
resolve this to the weak export if not strong symbol
is found at link time.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7982 Build 7982: arc lint + arc unit
Event Timeline
Comment Actions
One nit, otherwise LGTM. Don't forget to update Linking.md
test/MC/WebAssembly/weak-alias.ll | ||
---|---|---|
6–12 | This bitcast is now a no-op, can it be removed? |
llvm/trunk/lib/MC/WasmObjectWriter.cpp | ||
---|---|---|
932 ↗ | (On Diff #105576) | You dereferencing Inner after a dynamics cast, it should either be checked or you should use cast. (I think there are other occurrences to fix in this file). |
This bitcast is now a no-op, can it be removed?