diff options
author | Dan Gohman <dan433584@gmail.com> | 2017-02-24 07:33:55 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2017-02-24 07:33:55 +0000 |
commit | 411dc07aba85ae9e945a50e2efe532ef8e68c0d9 (patch) | |
tree | 990dd26e7621daa2cad66ac3c0a6760954cd6f7a /llvm/lib/Target/WebAssembly | |
parent | 8783bbb598f95e1d1b0a505b327b64ed915544c6 (diff) | |
download | bcm5719-llvm-411dc07aba85ae9e945a50e2efe532ef8e68c0d9.tar.gz bcm5719-llvm-411dc07aba85ae9e945a50e2efe532ef8e68c0d9.zip |
[WebAssembly] Add a README.txt entry for mergeable sections.
llvm-svn: 296095
Diffstat (limited to 'llvm/lib/Target/WebAssembly')
-rw-r--r-- | llvm/lib/Target/WebAssembly/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/README.txt b/llvm/lib/Target/WebAssembly/README.txt index 64991ad1407..3be7007a57f 100644 --- a/llvm/lib/Target/WebAssembly/README.txt +++ b/llvm/lib/Target/WebAssembly/README.txt @@ -145,3 +145,8 @@ WebAssemblyRegStackify could be extended, or possibly rewritten, to take advantage of the new opportunities. //===---------------------------------------------------------------------===// + +Add support for mergeable sections in the Wasm writer, such as for strings and +floating-point constants. + +//===---------------------------------------------------------------------===// |