Skip to content

Commit

Permalink
@@@ debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Feb 11, 2024
1 parent ac564a2 commit 20c101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/QuickLintJSCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ function (quick_lint_js_classify_linker)
OUTPUT_VARIABLE LINKER_VERSION_STRING
ERROR_VARIABLE LINKER_VERSION_STRING
)
message("@@@ LINKER_VERSION_STRING=${LINKER_VERSION_STRING}")
if ("${LINKER_VERSION_STRING}" MATCHES ".*GNU ld \\(GNU Binutils\\).*")
set(QUICK_LINT_JS_CXX_LINKER_TYPE "GNU ld" PARENT_SCOPE)
elseif ("${LINKER_VERSION_STRING}" MATCHES "^GNU gold ")
Expand Down

0 comments on commit 20c101b

Please sign in to comment.