Files
clang-p2996/llvm/test/Transforms/StripSymbols
Alexey Bader 1a1a68411d [StripDeadDebugInfo] Drop dead CUs for const global expression
Compile units are not left explicitly if they have const global
expression.  They should be left if that const global is used in a
function that is contained in extracted module.

Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com>

Differential Revision: https://reviews.llvm.org/D131179
2023-07-31 16:00:02 -07:00
..