[llvm-commits] [llvm] r76895 - /llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp
Duncan Sands
baldrick at free.fr
Tue Aug 18 11:13:17 PDT 2009
Hi Daniel,
> This sounds like we should figure out how to make llvm-gcc use
> libgcc.a while running llvm-test. This doesn't seem intrinsically that
> difficult...
it looks like the gcc deja gnu testsuite uses LD_LIBRARY_PATH to ensure
that tests are linked with the newly built libgcc. Check out the logic
in gcc/testsuite/lib/target-libpath.exp
Ciao,
Duncan.
More information about the llvm-commits
mailing list