Skip to content
  • Bill Wendling's avatar
    Add the -disable-opt option to LTO. This adds: · c7e0a044
    Bill Wendling authored
    - Consistency with opt (which supports the same option with the same meaning and
      description).
    - Debugging gold plugin-based linking without optimizations getting in the way.
    - Debugging programs linked with the gold plugin while preserving the original
      debug info.
    - Fine-grained control over LTO passes using the gold plugin in combination with
      opt (or clang/dragonegg).
    
    Patch by Cristiano Giuffrida!
    
    llvm-svn: 176257
    c7e0a044
Loading