Skip to content

Commit 085a364

Browse files
authored
Merge pull request #2313 from corob-msft/cr-lnk1352-3
Update LNK1352 per YongKang
2 parents 410d3b5 + 82591d6 commit 085a364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/tool-errors/linker-tools-error-lnk1352.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords: ["LNK1352"]
1111
1212
## Remarks
1313

14-
This error occurs if the linker detects an attempt to merge the `.stls` section into a different section than the `.tls` section.
14+
The linker detected a section merge that's not allowed, because *section_name_1* and *section_name_2* must be merged into the same section. For example, this error occurs if the linker detects an attempt to merge the `.stls` section and the `.tls` section into different sections.
1515

1616
### To correct this error
1717

0 commit comments

Comments
 (0)