| commit | da84b688f9160bcd00ef46932e752aa33af94bc7 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <dan433584@gmail.com> | Thu Aug 29 22:40:00 2019 +0000 |
| committer | Dan Gohman <dan433584@gmail.com> | Thu Aug 29 22:40:00 2019 +0000 |
| tree | 0b4589181fa40626e1847fbd32a29e1c174dd182 | |
| parent | 452e5647a5862599a679cf892777ff1ea45a6462 [diff] |
[WebAssembly] Make __attribute__((used)) not imply export. Add an WASM_SYMBOL_NO_STRIP flag, so that __attribute__((used)) doesn't need to imply exporting. When targeting Emscripten, have WASM_SYMBOL_NO_STRIP imply exporting. Differential Revision: https://reviews.llvm.org/D62542 llvm-svn: 370415