Skip to content

Commit

Permalink
Fix comment typos
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
  • Loading branch information
thesamesam authored and nirbheek committed Feb 11, 2024
1 parent 418a461 commit 2ee4693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesonbuild/dependencies/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _set_old_link_args(self) -> None:
Old versions of LLVM bring an extra level of insanity with them.
llvm-config will provide the correct arguments for static linking, but
not for shared-linnking, we have to figure those out ourselves, because
not for shared-linking, we have to figure those out ourselves, because
of course we do.
"""
if self.static:
Expand Down Expand Up @@ -427,7 +427,7 @@ def __init__(self, name: str, env: 'Environment', kwargs: T.Dict[str, T.Any]) ->
if not self.is_found:
return

#CMake will return not found due to not defined LLVM_DYLIB_COMPONENTS
# CMake will return not found due to not defined LLVM_DYLIB_COMPONENTS
if not self.static and version_compare(self.version, '< 7.0') and self.llvm_modules:
mlog.warning('Before version 7.0 cmake does not export modules for dynamic linking, cannot check required modules')
return
Expand Down

0 comments on commit 2ee4693

Please sign in to comment.