
De-duplicate IBMClang compiler information by detecting the base clang version and following the same logic as we do for any other clang of that version. This helps maintain support for new IBMClang features inherited from new base Clang versions. We already use this approach for other Clang variants, like CrayClang and FujitsuClang.
2 lines
37 B
CMake
2 lines
37 B
CMake
include(Compiler/Clang-FindBinUtils)
|