[llvm] [LLVM] Automatically strip `-fno-lifetime-dse` from compile_commands.json (PR #124623)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 14:35:21 PST 2025
nikic wrote:
> Was there ever an issue to track the original bug that this flag works around?
The issue is https://github.com/llvm/llvm-project/issues/24952.
Fixing it probably needs something along the lines of https://github.com/llvm/llvm-project/pull/105714, but for operator delete instead of operator new.
https://github.com/llvm/llvm-project/pull/124623
More information about the llvm-commits
mailing list