Skip to content
  1. Sep 24, 2013
    • Rui Ueyama's avatar
      [PECOFF] Ignore /delay and /delayload options. · 5c59ab7f
      Rui Ueyama authored
      These options are to enable DLL delay loading. If enabled, DLL is loaded
      at run time by a helper routine when a function in the DLL is actually called
      for the first time, instead of making the Windows loader to load all DLLs at
      startup time. This should shorten startup delay if an executable have many
      imported symbols.
      
      The linker needs to create a "delayed import table" and link delayimp.lib in
      which helper functions are defined to support the feature.
      
      For now, we just ignore the options, so that the linker does not complain when
      it sees these options. We want to support them in the future.
      
      llvm-svn: 191232
      5c59ab7f
  2. Sep 23, 2013
  3. Sep 20, 2013
  4. Sep 19, 2013
  5. Sep 14, 2013
  6. Sep 13, 2013
  7. Sep 12, 2013
  8. Sep 11, 2013
  9. Sep 10, 2013
  10. Sep 09, 2013
  11. Sep 08, 2013
  12. Sep 07, 2013
  13. Sep 06, 2013
  14. Sep 05, 2013
  15. Sep 04, 2013
  16. Sep 03, 2013
Loading