[lld][WebAssembly] Add test for --export of empty string
authorSam Clegg <sbc@chromium.org>
Fri, 27 Mar 2020 23:54:39 +0000 (16:54 -0700)
committerSam Clegg <sbc@chromium.org>
Sun, 12 Apr 2020 01:21:40 +0000 (18:21 -0700)
commit9225ff62789e17250d3a958d1355481edf3f457b
tree0dd105d16a3b69d94455fbc2d53c49e021f8e546
parent96819011caa8e590b6455be485a0f5711c7513e7
[lld][WebAssembly] Add test for --export of empty string

The actual bug was fixed in https://reviews.llvm.org/D74589

Differential Revision: https://reviews.llvm.org/D77084
lld/test/wasm/export-empty.test [new file with mode: 0644]