diff options
author | Tom Stellard <tstellar@redhat.com> | 2024-02-19 16:46:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 16:46:16 -0800 |
commit | 91a384621e5b762d9c173ffd247cfeadd5f436a2 (patch) | |
tree | 56b29c8c20baefef2925f56fa53950b416127f0b /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 21631494b068d9364b8dc8f18e59adee9131a0a5 (diff) | |
download | llvm-91a384621e5b762d9c173ffd247cfeadd5f436a2.zip llvm-91a384621e5b762d9c173ffd247cfeadd5f436a2.tar.gz llvm-91a384621e5b762d9c173ffd247cfeadd5f436a2.tar.bz2 |
[cmake] Add minor version to library SONAME (#79376)
We need to do this now that we are bumping the minor release number when
we create the release branch.
This also results in a slight change to the library names for LLVM. The
main library now has a more convential library name:
'libLLVM.so.$major.$minor'. The old library name: libLLVM-$major.so is
now a symlink that points to the new library. However, the symlink is
not present in the build directory. It is only present in the install
directory.
The library name was changed because it helped to keep the CMake changes
more simple.
Fixes #76273
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions