diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-07 20:14:31 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-11-07 20:14:31 +0000 |
commit | c1da981bba867681004004b2d54ec2fdf3c08913 (patch) | |
tree | 96c2983ab5ee80187516aba0690a52f6ef7bdde3 /lib/CodeGen/CGDebugInfo.cpp | |
parent | dfdfc584f2a8d9f1eebd6e6eaa9b1bbff519d8f9 (diff) |
Use ld directly on linux. Changes from the previous try:
*) Try to detect as much as possible from the system itself, not the distro.
This should make it easier to port to a new distro and more likely to
work on a unknown one.
*) The distro enum now doesn't include the arch. Just use the existing
host detection support in LLVM.
*) Correctly handle --sysroot.
A small regression is that now clang will pass bitcode file to the linker.
This is necessary for the gold plugin support to work.
It might be better to detect this at configure/cmake time, but doing it in
c++ first is a lot easier.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions