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

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 06:05:10 PDT 2023


jhuber6 added inline comments.


================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:597
 
+if ( LLVM_COMPILER_IS_GCC_COMPATIBLE )
+  # LLVM data structures like llvm::User and llvm::MDNode rely on
----------------
Maybe we could restrict this to `LLVM_ENABLE_LTO`?


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