This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb4bb622fc94a: Also document -arch as -arch is mac specific (authored by sylvestre.ledru).
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