PR ld/12942
[deliverable/binutils-gdb.git] / include / bfdlink.h
index b1c751a84051b591b87fa3601454bb35916ce987..193b855113004eb4a281262a4217c919a9c1fc6b 100644 (file)
@@ -357,6 +357,9 @@ struct bfd_link_info
      linker created sections, TRUE if it should be omitted.  */
   unsigned int no_ld_generated_unwind_info: 1;
 
+  /* TRUE if we are loading LTO outputs.  */
+  unsigned int loading_lto_outputs: 1;
+
   /* Non-NULL if .note.gnu.build-id section should be created.  */
   char *emit_note_gnu_build_id;
 
This page took 0.029662 seconds and 4 git commands to generate.