mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:40:11 +01:00
When building Carbon on Fedora, clang reports the resource directory as `/usr/bin/../lib/clang/22`. This fails to string match against `/usr/lib/clang/22` and so bazel reports an error. This PR canonicalizes the path returned by clang so that it will string match successfully.