File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
if (APPLE AND CXX_CLANG )
16
16
# Sanitizers in Clang are supported by a specific runtime and Clang
17
- # automatically links against the right runtime. When building staticly
17
+ # automatically links against the right runtime. When building statically
18
18
# linked binaries, the resulting binary will contain the runtime. Dynamically
19
19
# linked binaries will link against the dynamic version of the library.
20
20
#
21
- # xctest bundles are necessarily dynamicly linked, but linked in such a way
21
+ # xctest bundles are necessarily dynamically linked, but linked in such a way
22
22
# that the sanitizer runtime is assumed to be on the @rpath. This finds the
23
23
# clang runtimes so that they can be supplied as needed.
24
24
get_filename_component (compiler_bin_dir ${CMAKE_CXX_COMPILER} DIRECTORY )
You can’t perform that action at this time.
0 commit comments