summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-nm/wasm/extern-only.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-nullSam Clegg2019-01-291-0/+23
Store a non-zero value to ref.d.a and use ref.d.b to store the symbol index. This means that ref.p is never null, which was confusing llvm-nm. Fixes PR40497 Differential Revision: https://reviews.llvm.org/D57373 llvm-svn: 352551
OpenPOWER on IntegriCloud