Skip to content

Commit 635e1bd

Browse files
author
Colin Robertson
committed
Indicate version for /LINKREPROTARGET
1 parent 59aeb70 commit 635e1bd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/build/reference/linker-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
7777
|[/LARGEADDRESSAWARE](largeaddressaware-handle-large-addresses.md)|Tells the compiler that the application supports addresses larger than two gigabytes|
7878
|[/LIBPATH](libpath-additional-libpath.md)|Specifies a path to search before the environmental library path.|
7979
|[/LINKREPRO](linkrepro.md)|Specifies a path to generate link repro artifacts in.|
80-
|[/LINKREPROTARGET](linkreprotarget.md)|Generates a link repro only when producing the specified target.|
80+
|[/LINKREPROTARGET](linkreprotarget.md)|Generates a link repro only when producing the specified target.<sup>16.1</sup>|
8181
|[/LTCG](ltcg-link-time-code-generation.md)|Specifies link-time code generation.|
8282
|[/MACHINE](machine-specify-target-platform.md)|Specifies the target platform.|
8383
|[/MANIFEST](manifest-create-side-by-side-assembly-manifest.md)|Creates a side-by-side manifest file and optionally embeds it in the binary.|
@@ -126,7 +126,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
126126
|[/WINMDDELAYSIGN](winmddelaysign-partially-sign-a-winmd.md)|Partially signs a Windows Runtime Metadata (.winmd) file by placing the public key in the winmd file.|
127127
|[/WX](wx-treat-linker-warnings-as-errors.md)|Treats linker warnings as errors.|
128128

129-
For more information, see [Compiler-Controlled LINK Options](compiler-controlled-link-options.md).
129+
<sup>16.1</sup> This option is available starting in Visual Studio 2019 version 16.1.
130130

131131
## See also
132132

docs/build/reference/linkreprotarget.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ For more information about how and when to create a link repro, see the [Link re
2828

2929
The **/LINKREPRO** and [/OUT](out-output-file-name.md) options must be set for the **/LINKREPROTARGET** option to have any effect.
3030

31+
**/LINKREPROTARGET** is available starting in Visual Studio 2019 version 16.1.
32+
3133
### To set this linker option in the Visual Studio development environment
3234

3335
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).

0 commit comments

Comments
 (0)