llvm-config

Hello,

llvm-config contains:

my $LLVM_SRC_ROOT = q{/usr/ports/lang/llvm/w-llvm-58935-0/llvm};
my $LLVM_OBJ_ROOT = q{/usr/ports/lang/llvm/w-llvm-58935-0/llvm};

However, these paths are temporary and do not exist after compilation.
llvm-gcc is fine to pick up the installed copy of llvm; how do I go if
I want the installed copy to no longer contain build/fake-install paths?

gccas and gccld contain them as well…

//mirabilos