This makes sure that AddClang.cmake is installed alongside other Clang
CMake modules. This mirrors LLVM and MLIR in this respect and is
required when building the new Flang driver out of tree (as it depends
on Clang and includes AddClang.cmake).
EDIT
Some context info:
- Flang out-of-tree builds: https://github.com/llvm/llvm-project/tree/main/flang#building-flang-out-of-tree
Similar logic in:
AddLLVM.cmake:
As this change mostly affects Flang, I'm adding some reviewers from that project too.