[all-commits] [llvm/llvm-project] 0ec24e: Only use major version in the clang resource direc...
jimingham via All-commits
all-commits at lists.llvm.org
Wed Nov 16 16:03:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ec24e1f956616c54f38e104b482dec9309a93fa
https://github.com/llvm/llvm-project/commit/0ec24e1f956616c54f38e104b482dec9309a93fa
Author: Jim Ingham <jingham at apple.com>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
Only use major version in the clang resource directory for standalone builds.
Commit e1b88c8a09be changed the name of the clang resource directory so that
it was "lib/clang/<MajorVersion>" but missed the place in the LLDB standalone
build where we search for the resource directory. That was still looking for
<Major>.<Minor>.<Patch>. The standalone lldb bot has been failing since this
commit.
More information about the All-commits
mailing list