Skip to content

Commit b989481

Browse files
committed
Debug print
1 parent 51e4511 commit b989481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/jit/libgccjit.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4928,6 +4928,7 @@ gcc_jit_is_lto_supported ()
49284928
char lto1_path[PATH_MAX];
49294929
snprintf (lto1_path, sizeof(lto1_path), "%s%s/%s/lto1",
49304930
STANDARD_LIBEXEC_PREFIX, DEFAULT_TARGET_MACHINE, DEFAULT_TARGET_VERSION);
4931+
fprintf (stderr, "LTO path: %s\n", lto1_path);
49314932
if (access (lto1_path, X_OK) == 0) {
49324933
return true;
49334934
}

0 commit comments

Comments
 (0)