[Docs] Removed /Zd flag still mentioned in documentation
authorBhumitram Kumar <bhumitram@gmail.com>
Fri, 26 Nov 2021 12:35:27 +0000 (18:05 +0530)
committerShivam Gupta <shivam98.tkg@gmail.com>
Fri, 26 Nov 2021 12:38:06 +0000 (18:08 +0530)
commita3b099b68c0c156aa8ed9ec81c5dfdf150c6329c
treea8afc91c67197136d3f7c0015efdd2fe3d839bf1
parent842b6861c01cc6961f170d58332ecf0fb0232441
[Docs] Removed /Zd flag still mentioned in documentation

https://reviews.llvm.org/D93458 removed the /Zd flag as MSVC doesn't support that syntax. Instead users should be using -gline-tables-only.
The /Zd flag is still mentioned at https://clang.llvm.org/docs/UsersManual.html#clang-cl :   /Zd                     Emit debug line number tables only.

Fix PR52571

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D114632
clang/docs/UsersManual.rst