diff options
author | Björn Gustavsson <[email protected]> | 2013-12-19 10:15:40 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-12-19 10:15:40 +0100 |
commit | 7fcde0281c04170595d437dc0480f4cd690c6fde (patch) | |
tree | 353cf81814416569c645236a20fa2f8daff6d94f /erts/doc/src/erlc.xml | |
parent | 3ee4bd41cdebf355447571fc9cb10b4fe5132ad9 (diff) | |
parent | 455c8238535d2754234cd68bbf7caba9960607d6 (diff) | |
download | otp-7fcde0281c04170595d437dc0480f4cd690c6fde.tar.gz otp-7fcde0281c04170595d437dc0480f4cd690c6fde.tar.bz2 otp-7fcde0281c04170595d437dc0480f4cd690c6fde.zip |
Merge branch 'ta/compiler/asm-core/OTP-11547'
* ta/compiler/asm-core/OTP-11547:
Officially support building core files
Officially support building assembler files
Diffstat (limited to 'erts/doc/src/erlc.xml')
-rw-r--r-- | erts/doc/src/erlc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/erts/doc/src/erlc.xml b/erts/doc/src/erlc.xml index 10cab344b0..c3fc3b1686 100644 --- a/erts/doc/src/erlc.xml +++ b/erts/doc/src/erlc.xml @@ -234,6 +234,16 @@ erlc +export_all file.erl</pre> from the shell.</p> <p>Supported options: -I, -o, -D, -v, -W, -b.</p> </item> + <tag>.S</tag> + <item> + <p>Erlang assembler source code. It generates a <c><![CDATA[.beam]]></c> file.</p> + <p>Supported options: same as for .erl.</p> + </item> + <tag>.core</tag> + <item> + <p>Erlang core source code. It generates a <c><![CDATA[.beam]]></c> file.</p> + <p>Supported options: same as for .erl.</p> + </item> <tag>.yrl</tag> <item> <p>Yecc source code. It generates an <c><![CDATA[.erl]]></c> file.</p> |