1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Index: llvm-toolchain-snapshot_21~++20250630094904+57f7e14b5779/clang/docs/CommandGuide/clang.rst
===================================================================
--- llvm-toolchain-snapshot_21~++20250630094904+57f7e14b5779.orig/clang/docs/CommandGuide/clang.rst
+++ llvm-toolchain-snapshot_21~++20250630094904+57f7e14b5779/clang/docs/CommandGuide/clang.rst
@@ -372,24 +372,10 @@ Clang fully supports cross compilation a
Depending on how your version of Clang is configured, it may have support for a
number of cross compilers, or may only support a native target.
-.. option:: -arch <architecture>
-
- Specify the architecture to build for (Mac OS X specific).
-
.. option:: -target <architecture>
Specify the architecture to build for (all platforms).
-.. option:: -mmacos-version-min=<version>
-
- When building for macOS, specify the minimum version supported by your
- application.
-
-.. option:: -miphoneos-version-min
-
- When building for iPhone OS, specify the minimum version supported by your
- application.
-
.. option:: --print-supported-cpus
Print out a list of supported processors for the given target (specified
@@ -768,11 +754,6 @@ ENVIRONMENT
paths to be used when processing the corresponding language. Search paths are
delimited as for the :envvar:`CPATH` environment variable.
-.. envvar:: MACOSX_DEPLOYMENT_TARGET
-
- If :option:`-mmacos-version-min` is unspecified, the default deployment
- target is read from this environment variable. This option only affects
- Darwin targets.
BUGS
----
|