[all-commits] [llvm/llvm-project] 9400c6: Revert "[cmake] Disable GCC lifetime DSE"

Sam James via All-commits all-commits at lists.llvm.org
Sat May 13 23:39:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9400c64593b24cb61c264ef457e729d2bc372492
      https://github.com/llvm/llvm-project/commit/9400c64593b24cb61c264ef457e729d2bc372492
  Author: Sam James <sam at gentoo.org>
  Date:   2023-05-14 (Sun, 14 May 2023)

  Changed paths:
    M llvm/cmake/modules/HandleLLVMOptions.cmake

  Log Message:
  -----------
  Revert "[cmake] Disable GCC lifetime DSE"

This reverts commit ce990b542617e5b52f69707b103a2424bec5e53b.

This breaks some build bots - specifically when using GCC to build LLVM and
then -fno-lifetime-dse ends up passed to Clang in some tests like at
https://lab.llvm.org/buildbot/#/builders/139/builds/40594.

Bug: https://github.com/llvm/llvm-project/issues/24952
Bug: https://github.com/llvm/llvm-project/issues/57740

Differential Revision: https://reviews.llvm.org/D150505




More information about the All-commits mailing list