[PATCH] D150505: [cmake] Disable GCC lifetime DSE

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 13 09:29:19 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:601-603
+  # crash if LLVM is built with GCC and LTO enabled (#57740).  Before
+  # refactoring these data structures, we need to disable dead store
+  # eliminations based on object lifetime so the issue won't explode.
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150505/new/

https://reviews.llvm.org/D150505



More information about the llvm-commits mailing list