Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Removed /Zd flag still mentioned in documentation #51538

Open Quuxplusone opened 2 years ago

Quuxplusone commented 2 years ago
Bugzilla Link PR52571
Status NEW
Importance P normal
Reported by JVApen (jvapen@gmail.com)
Reported on 2021-11-21 07:46:40 -0800
Last modified on 2021-11-21 07:46:56 -0800
Version trunk
Hardware PC Windows NT
CC htmldeveloper@gmail.com, jvapen@gmail.com, llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

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?