[llvm] [CMake] Do not set CMP0116 explicitly to old (PR #90385)

Markus Böck via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 28 03:41:16 PDT 2024


zero9178 wrote:

Last I checked, setting this to new causes issues with cmake consuming TableGens dep files. I don't fully remember the sympton but I think it'd either claim that a TableGen command is always out of date or it would not capture all dependencies and therefore not rereun a TableGen command if an included file changed.

There was a PR that would address this here https://github.com/llvm/llvm-project/pull/72333. Is this still needed/the case?

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


More information about the llvm-commits mailing list