[PATCH] D60380: Also document -arch as -arch is mac specific

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 7 15:11:45 PDT 2019


sylvestre.ledru created this revision.
sylvestre.ledru added a reviewer: rsmith.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rC Clang

https://reviews.llvm.org/D60380

Files:
  docs/CommandGuide/clang.rst


Index: docs/CommandGuide/clang.rst
===================================================================
--- docs/CommandGuide/clang.rst
+++ docs/CommandGuide/clang.rst
@@ -312,7 +312,11 @@
 
 .. option:: -arch <architecture>
 
-  Specify the architecture to build for.
+  Specify the architecture to build for (Mac OS X specific)
+
+.. option:: -target <architecture>
+
+  Specify the architecture to build for (Linux and others)
 
 .. option:: -mmacosx-version-min=<version>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60380.194075.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190407/fceb7d48/attachment.bin>


More information about the cfe-commits mailing list