[Openmp-commits] [openmp] [OpenMP] Disable LTO build of libomptarget and plugins by default. (PR #79387)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 24 15:26:41 PST 2024


jhuber6 wrote:

I'm wondering if we shouldn't just go off of `LLVM_ENABLE_LTO`. But I guess the intention was to have LTO be the default. Given CMake's differences on this which I wasn't aware of, it might just be better to check the regular `check_if_supported` things for `-flto=full`.

https://github.com/llvm/llvm-project/pull/79387


More information about the Openmp-commits mailing list