[llvm-bugs] [Bug 52571] New: Removed /Zd flag still mentioned in documentation
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Nov 21 07:46:40 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=52571
Bug ID: 52571
Summary: Removed /Zd flag still mentioned in documentation
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: jvapen at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, richard-llvm at metafoo.co.uk
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
Can this be removed as well?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211121/11e74c6d/attachment-0001.html>
More information about the llvm-bugs
mailing list