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

Christian Ulmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 04:21:42 PDT 2023


Dinistro added a comment.

It seems this change lets us no longer build LLVM with GCC and then run clang-tidy on it.
In our specific case, we have a downstream project that relies on `HandleLLVMOptions`, and we run the built clang-tidy on our project.

Is there a possible workaround apart from using Clang to compile?


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