Skip to content

Commit

Permalink
Review cmake comments (#13396)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Jul 25, 2024
1 parent edece75 commit 1aad9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindASANDylib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

if(APPLE AND CXX_CLANG)
# Sanitizers in Clang are supported by a specific runtime and Clang
# automatically links against the right runtime. When building staticly
# automatically links against the right runtime. When building statically
# linked binaries, the resulting binary will contain the runtime. Dynamically
# linked binaries will link against the dynamic version of the library.
#
# xctest bundles are necessarily dynamicly linked, but linked in such a way
# xctest bundles are necessarily dynamically linked, but linked in such a way
# that the sanitizer runtime is assumed to be on the @rpath. This finds the
# clang runtimes so that they can be supplied as needed.
get_filename_component(compiler_bin_dir ${CMAKE_CXX_COMPILER} DIRECTORY)
Expand Down

0 comments on commit 1aad9da

Please sign in to comment.