Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang
authorRenato Golin <renato.golin@linaro.org>
Thu, 13 Feb 2014 10:01:16 +0000 (10:01 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 13 Feb 2014 10:01:16 +0000 (10:01 +0000)
commitc4b4924a13293c2ddd299a2eed7dc9c6479715d5
tree8fa7f930f730e9271d9ead8609a1e64d96133e18
parentf6cb35abb4ded28fb54a232e90e440e08ca8d727
Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang

This commit is not strictly correct nor accounts for all uses (shared
objects, for example), but it allows one to test the compiler-rt library
on GNU targets.

Using this patch to run the test-suite has already shown me problems
on ARM. Since this is a Darwin-only flag, nobody is using it, so it
shouldn't be a problem.

I will need extension to deal with the shared cases, but since we're
not compiling libclang_rt.so, that's not yet applicable. Many other
problems will have to be fixed first in compiler-rt (such as removing
the 'arch' name from it and making it trully multi-arch, moving it to
the default lib directory, make both .a and .so variants, etc).

llvm-svn: 201307
clang/lib/Driver/Tools.cpp
clang/test/Driver/linux-ld.c