You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CMake] adjust clang resource dir symlinks to new path
As a result of llvm/llvm-project@e1b88c8a09be
we should expect it to contain only the major version, not the full one
-- that is, we should expect it to be
```
../lib/clang/CLANG_VERSION_MAJOR
```
instead of
```
../lib/clang/CLANG_VERSION_MAJOR.CLANG_VERSION_MINOR.CLANG_VERSION_PATCH
```
Also update the logic to levarage directly the Clang version -- this can
be different from the LLVM one (as per
llvm/llvm-project@ebfc680)
Addresses rdar://111452821
0 commit comments