[EABI] Add LLVM support for -meabi flag
[oota-llvm.git] / docs / CommandGuide / llc.rst
index 8d5c9ce8f8a1a62b05f43c755b2cf7a9a5a3076e..5094259f9f952775536709da9287306f691a1d54 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~