fn llvm_output_dir(builder: &Builder<'_>, target: TargetSelection) -> PathBufExpand description
Output directory of locally built LLVM for the given target.
Should only be used within this module, when building LLVM (or related tools).
Otherwise, you should ensure the Llvm step and read its root directory.