Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -1/+1 |
| | | | | | | | | | With the "wasm32-unknown-unknown-wasm" triple, this allows writing out simple wasm object files, and is another step in a larger series toward migrating from ELF to general wasm object support. Note that this code and the binary format itself is still experimental. llvm-svn: 296190 | ||||
* | [WebAssembly] Don't create a needless .note.GNU-stack section | Dan Gohman | 2016-01-15 | 1 | -0/+9 |
WebAssembly's stack will never be executable by default, so it isn't necessary to declare .note.GNU-stack sections to request a non-executable stack. Differential Revision: http://reviews.llvm.org/D15969 llvm-svn: 257962 |