This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Removed /Zd flag still mentioned in documentation
ClosedPublic

Authored by BHUMITRAM on Nov 26 2021, 4:32 AM.

Details

Summary

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

Diff Detail

Event Timeline

BHUMITRAM requested review of this revision.Nov 26 2021, 4:32 AM
BHUMITRAM created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 26 2021, 4:32 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
xgupta accepted this revision.Nov 26 2021, 4:34 AM

LGTM, thanks.

This revision is now accepted and ready to land.Nov 26 2021, 4:34 AM
This revision was landed with ongoing or failed builds.Nov 26 2021, 4:38 AM
This revision was automatically updated to reflect the committed changes.