LLVM: Allow optlc and optlo to override default params for these systools
[ghc-hetmet.git] / docs / users_guide / flags.xml
index e7c237b..efe1093 100644 (file)
          </row>
 
          <row>
+           <entry><option>-fwarn-missing-import-lists</option></entry>
+           <entry>warn when explicit imports lack an import list</entry>
+           <entry>dynamic</entry>
+           <entry><option>-fnowarn-missing-import-lists</option></entry>
+         </row>
+
+         <row>
            <entry><option>-fwarn-missing-methods</option></entry>
            <entry>warn when class methods are undefined</entry>
            <entry>dynamic</entry>
@@ -1543,14 +1550,14 @@ phase <replaceable>n</replaceable></entry>
            <row>
              <entry><option>-auto</option></entry>
              <entry>Auto-add <literal>_scc_</literal>s to all
-             exported functions</entry>
+             exported functions not marked INLINE</entry>
              <entry>dynamic</entry>
              <entry><option>-no-auto</option></entry>
            </row>
            <row>
              <entry><option>-auto-all</option></entry>
              <entry>Auto-add <literal>_scc_</literal>s to all
-             top-level functions</entry>
+             top-level functions not marked INLINE</entry>
              <entry>dynamic</entry>
              <entry><option>-no-auto-all</option></entry>
            </row>
@@ -2505,7 +2512,6 @@ Misc:
 
 <!-- Emacs stuff:
      ;;; Local Variables: ***
-     ;;; mode: xml ***
      ;;; sgml-parent-document: ("users_guide.xml" "book" "chapter") ***
      ;;; End: ***
  -->