forked from OSchip/llvm-project
b6a429842e
When weak aliases are used with in same translation unit we need to be able to directly reference to alias and not just the thing it is aliases. We do this by defining both a wasm import and a wasm export in this case that result in a single Symbol. This change is a partial revert of rL314245. A corresponding lld change address the previous issues we had with this. See: https://github.com/WebAssembly/tool-conventions/issues/34 Differential Revision: https://reviews.llvm.org/D41472 llvm-svn: 321242 |
||
---|---|---|
.. | ||
array-fill.ll | ||
bss.ll | ||
custom-code-section.ll | ||
debug-info.ll | ||
explicit-sections.ll | ||
external-data.ll | ||
external-func-address.ll | ||
file-headers.ll | ||
func-address.ll | ||
init-fini-array.ll | ||
lit.local.cfg | ||
reloc-code.ll | ||
reloc-data.ll | ||
sections.ll | ||
stack-ptr.ll | ||
unnamed-data.ll | ||
visibility.ll | ||
weak-alias.ll | ||
weak.ll |