sylvestre.ledru updated this revision to Diff 405259. sylvestre.ledru added a comment.
Take in account Serge's comment Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60380/new/ https://reviews.llvm.org/D60380 Files: clang/docs/CommandGuide/clang.rst Index: clang/docs/CommandGuide/clang.rst =================================================================== --- clang/docs/CommandGuide/clang.rst +++ clang/docs/CommandGuide/clang.rst @@ -323,7 +323,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 (all platforms) .. option:: -mmacosx-version-min=<version>
Index: clang/docs/CommandGuide/clang.rst =================================================================== --- clang/docs/CommandGuide/clang.rst +++ clang/docs/CommandGuide/clang.rst @@ -323,7 +323,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 (all platforms) .. option:: -mmacosx-version-min=<version>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits