Skip to content
  • Ben Gamari's avatar
    Refactor, document, and optimize LLVM configuration loading · b2577081
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    As described in the new Note [LLVM Configuration] in SysTools, we now
    load llvm-targets and llvm-passes lazily to avoid the overhead of doing
    so when -fllvm isn't used (also known as "the common case").
    
    Noticed in #17003.
    
    Metric Decrease:
        T12234
        T12150
    b2577081