add -fpch-codegen/debuginfo mapping to -fmodules-codegen/debuginfo
authorLuboš Luňák <l.lunak@centrum.cz>
Sat, 11 Jul 2020 12:53:50 +0000 (14:53 +0200)
committerLuboš Luňák <l.lunak@centrum.cz>
Wed, 22 Jul 2020 08:21:53 +0000 (10:21 +0200)
commit54eea6127c4d77db03787b7c55765632fb9a6f1c
tree7476f4318d70368d58a687a641aa2f6e6af6d017
parent3895466e2c336c0797710ae35150ba1ce6bc0b96
add -fpch-codegen/debuginfo mapping to -fmodules-codegen/debuginfo

Using -fmodules-* options for PCHs is a bit confusing, so add -fpch-*
variants. Having extra options also makes it simple to do a configure
check for the feature.
Also document the options in the release notes.

Differential Revision: https://reviews.llvm.org/D83623
clang/docs/ReleaseNotes.rst
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/pch-codegen.cpp