llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc
Dan Gohman da84b688f9 [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
2019-08-29 22:40:00 +00:00
..
CMakeLists.txt [WebAssembly] Move InstPrinter files to MCTargetDesc. NFC 2019-05-13 03:32:41 +00:00
LLVMBuild.txt [WebAssembly] Move InstPrinter files to MCTargetDesc. NFC 2019-05-13 03:32:41 +00:00
WebAssemblyAsmBackend.cpp [WebAssembly] Make __attribute__((used)) not imply export. 2019-08-29 22:40:00 +00:00
WebAssemblyFixupKinds.h [WebAssembly] Rename wasm fixup kinds 2019-03-28 02:07:28 +00:00
WebAssemblyInstPrinter.cpp [WebAssembly] Assembler/InstPrinter: support call_indirect type index. 2019-08-01 18:08:26 +00:00
WebAssemblyInstPrinter.h [WebAssembly] Assembler/InstPrinter: support call_indirect type index. 2019-08-01 18:08:26 +00:00
WebAssemblyMCAsmInfo.cpp [WebAssembly] clang-tidy (NFC) 2019-02-04 19:13:39 +00:00
WebAssemblyMCAsmInfo.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
WebAssemblyMCCodeEmitter.cpp [WebAssembly] Rename wasm fixup kinds 2019-03-28 02:07:28 +00:00
WebAssemblyMCTargetDesc.cpp [WebAssembly] Rename except_ref type to exnref 2019-07-15 22:49:25 +00:00
WebAssemblyMCTargetDesc.h [WebAssembly] Make __attribute__((used)) not imply export. 2019-08-29 22:40:00 +00:00
WebAssemblyTargetStreamer.cpp [WebAssembly] Assembler/InstPrinter: support call_indirect type index. 2019-08-01 18:08:26 +00:00
WebAssemblyTargetStreamer.h [WebAssembly] Assembler/InstPrinter: support call_indirect type index. 2019-08-01 18:08:26 +00:00
WebAssemblyWasmObjectWriter.cpp [WebAssembly] Make __attribute__((used)) not imply export. 2019-08-29 22:40:00 +00:00