[PATCH] D126491: [lld][WebAssembly] Avoid importing/exporting hidden symbols in shared libraries
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 13:11:49 PDT 2022
dschuff added a comment.
what happens when you use attribute(export-name) in clang, along with -fvisibility=hidden? (or is there some other way force an export?)
================
Comment at: lld/test/wasm/shared-weak-symbols.s:72
# CHECK: - Type: CUSTOM
# CHECK-NEXT: Name: name
----------------
should we put a CHECK-NEXT for the next section (after export) here to ensure there are only 3 exports?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126491/new/
https://reviews.llvm.org/D126491
More information about the llvm-commits
mailing list