According to [1], clang can now provide a single shared library instead of split
ones.
We have to check if this library exists and link to it if available.
[1] https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html#build-system-changes
According to [1], clang can now provide a single shared library instead of split
ones.
We have to check if this library exists and link to it if available.
[1] https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html#build-system-changes
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |