[all-commits] [llvm/llvm-project] 917932: Revert "[llvm][EmbedBitcodePass] Prevent modifying...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Thu Jun 26 22:35:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9179322447143f0d78232a6005ceb4d6655c83d8
https://github.com/llvm/llvm-project/commit/9179322447143f0d78232a6005ceb4d6655c83d8
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M llvm/lib/Transforms/IPO/EmbedBitcodePass.cpp
M llvm/test/Transforms/EmbedBitcode/embed-wpd.ll
Log Message:
-----------
Revert "[llvm][EmbedBitcodePass] Prevent modifying the module with ThinLTO" (#145987)
Reverts llvm/llvm-project#139999
This has a reported crash in
https://github.com/llvm/llvm-project/pull/139999#issuecomment-2993622494
This PR was intended to fix an error when linking, which is
unfortunately preferable to crashing clang. For now, we'll revert and
investigate the problem.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list