[all-commits] [llvm/llvm-project] a3b099: [Docs] Removed /Zd flag still mentioned in documen...

BHUMITRAM via All-commits all-commits at lists.llvm.org
Fri Nov 26 04:38:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3b099b68c0c156aa8ed9ec81c5dfdf150c6329c
      https://github.com/llvm/llvm-project/commit/a3b099b68c0c156aa8ed9ec81c5dfdf150c6329c
  Author: Bhumitram Kumar <bhumitram at gmail.com>
  Date:   2021-11-26 (Fri, 26 Nov 2021)

  Changed paths:
    M clang/docs/UsersManual.rst

  Log Message:
  -----------
  [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




More information about the All-commits mailing list