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

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 05:37:07 PDT 2023


jhuber6 added a comment.

Here's a fun and hacky workaround, make `clang` map `-fno-lifetime-dse` to a no-op so the compiler stops complaining about the unknown argument.


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