mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
https://github.com/llvm/llvm-project/pull/126315 changes the premerge testing to build in Debug, Release, and MinSizeRel configs, as opposed to only MinSizeRel, but for some reason the matrix is not returning all options now. Fix so that it actually builds the intended configs. Per discussion in [146161](https://github.com/llvm/llvm-project/issues/146161), only test all three configs on Linux x86_64. Other OS's and configurations will build in Debug mode only. Also fix a cmake variable and remove outdated comments. Bug: https://github.com/llvm/llvm-project/issues/146161