[LLVMdev] rpath'd binaries

jlh jlh at gmx.ch
Sun Jul 22 03:41:23 PDT 2007


Hello!

I noticed that the binaries of all llvm tools contain an rpath to
$OBJDIR/Release/bin.  I just only learned about rpaths, but the
way I understand them this would only make sense if that path
would contain shared libraries, which it doesn't.  Especially it
makes no sense if I install the binaries and delete the build
directory (where it potentially even leaves a security issue
behind).  Am I missing something, or can I safely adjust
Makefile.rules to not use any rpath?

Thanks,
jlh



More information about the llvm-dev mailing list