Skip to content

Refactor, document, and optimize LLVM configuration loading

Ben Gamari requested to merge wip/llvm-config into master

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 (closed).

Edited by Ben Gamari

Merge request reports