diff options
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r-- | gcc/lto-streamer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index 80717e5..f51d665 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -44,6 +44,8 @@ const char *section_name_prefix = LTO_SECTION_NAME_PREFIX; /* Set when streaming LTO for offloading compiler. */ bool lto_stream_offload_p; +FILE *streamer_dump_file; + /* Return a string representing LTO tag TAG. */ const char * |