[llvm-commits] [PATCH] [lld] Changes for adding hexagon target and add noinhibit-exec option

Michael Spencer bigcheesegs at gmail.com
Fri Jan 11 01:16:27 PST 2013


  Adding the HexagonTarget should be a different patch.


================
Comment at: lib/Driver/CoreOptions.td:15
@@ +14,2 @@
+
+def noinhibit_exec : Flag<["--"], "noinhibit-exec">;
----------------
All flags to lld -core have a single -. You should also add a HelpText.

================
Comment at: lib/Driver/LDOptions.td:27
@@ +26,2 @@
+
+def noinhibit_exec : Flag<["--"], "noinhibit-exec">;
----------------
HelpText.


http://llvm-reviews.chandlerc.com/D282



More information about the llvm-commits mailing list