CMake/Tests/RunCMake/CheckIPOSupported
Brad King ba247ccaba IPO: Consider support for each language separately
We only define `INTERPROCEDURAL_OPTIMIZATION` behavior for C, CXX, and
Fortran languages.  Do not try to enable support for other languages.
Furthermore, each language builds with a different compiler, so check
for support by CMake and the compiler for each language independently.

Fixes: #16944
2017-06-14 10:36:57 -04:00
..
CMakeLists.txt Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
cmp0069-is-old-result.txt Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
cmp0069-is-old-stderr.txt Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
cmp0069-is-old.cmake Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
default-lang-none-result.txt
default-lang-none-stderr.txt
default-lang-none.cmake
not-supported-by-cmake-result.txt
not-supported-by-cmake-stderr.txt IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
not-supported-by-cmake.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
not-supported-by-compiler-result.txt
not-supported-by-compiler-stderr.txt IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
not-supported-by-compiler.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
not-supported-by-generator-result.txt
not-supported-by-generator-stderr.txt
not-supported-by-generator.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
RunCMakeTest.cmake Xcode: Support IPO (LTO) 2017-05-02 18:33:25 +03:00
save-to-result.cmake
unparsed-arguments-result.txt
unparsed-arguments-stderr.txt
unparsed-arguments.cmake
user-lang-unknown-result.txt
user-lang-unknown-stderr.txt
user-lang-unknown.cmake