[Chapel Merge] Fix problem finding libclang on Amazon Linux 2022

Branch: refs/heads/main
Revision: acd1553
Author: mppf
Link: Fix problem finding libclang on Amazon Linux 2022 by mppf · Pull Request #20214 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20214 from mppf/amazon-linux-2022-fix

Fix problem finding libclang on Amazon Linux 2022

On Amazon Linux 2022, it is stored in /usr/lib64/libclang-cpp.so, which our
scripting could not find. Builds on logic added in PR #20056.

Reviewed by @ronawho - thanks!

Modified Files:
M util/chplenv/chpl_llvm.py

Compare: https://github.com/chapel-lang/chapel/compare/3c505639c6e6...acd1553766d1