summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide/llc.rst')
-rw-r--r--llvm/docs/CommandGuide/llc.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst
index 8d5c9ce8f8a..5094259f9f9 100644
--- a/llvm/docs/CommandGuide/llc.rst
+++ b/llvm/docs/CommandGuide/llc.rst
@@ -127,6 +127,12 @@ End-user Options
implements an LLVM target. This will permit the target name to be used with
the :option:`-march` option so that code can be generated for that target.
+.. option:: -meabi=[default|gnu|4|5]
+
+ Specify which EABI version should conform to. Valid EABI versions are *gnu*,
+ *4* and *5*. Default value (*default*) depends on the triple.
+
+
Tuning/Configuration Options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenPOWER on IntegriCloud