diff options
author | Paul Kirth <paulkirth@google.com> | 2025-06-27 12:49:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-27 12:49:20 -0700 |
commit | 23daa31341a68d404df04d9fedf7fdaaa80157f4 (patch) | |
tree | cd5a789de58e683a77c72b84ab46df6ed5e046bc /llvm/lib/FileCheck/FileCheck.cpp | |
parent | d34214a85e3b9b94c2ccc6d63f3592be7eca0c24 (diff) | |
download | llvm-23daa31341a68d404df04d9fedf7fdaaa80157f4.zip llvm-23daa31341a68d404df04d9fedf7fdaaa80157f4.tar.gz llvm-23daa31341a68d404df04d9fedf7fdaaa80157f4.tar.bz2 |
[llvm] Don't preserve analysis results after EmbedBitcodePass (#146118)
Expensive checks complains when we mark them as preserved. The bitcode
being embedded generally doesn't change anything important in the
module, but some things are modified under ThinLTO, like vtables under
WPD. This became a non-issue when we cloned the module, but after we had
to revert that in #145987, we need to handle this case properly.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions