Skip to content

Commit

Permalink
[runtimes] rewrap a comment to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Feb 11, 2022
1 parent ef764ee commit 90ca7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtimes/CMakeLists.txt
Expand Up @@ -95,8 +95,8 @@ include(CheckCXXCompilerFlag)

check_c_compiler_flag("" LLVM_RUNTIMES_LINKING_WORKS)
if (NOT LLVM_RUNTIMES_LINKING_WORKS)
# The compiler driver may be implicitly trying to link against libunwind, which
# might not work if libunwind doesn't exist yet. Try to check if
# The compiler driver may be implicitly trying to link against libunwind,
# which might not work if libunwind doesn't exist yet. Try to check if
# --unwindlib=none is supported, and use that if possible.
# Don't add this if not necessary to fix linking, as it can break using
# e.g. ASAN/TSAN.
Expand Down

0 comments on commit 90ca7b3

Please sign in to comment.