Skip to content
  1. Nov 08, 2010
  2. Nov 07, 2010
    • Rafael Espindola's avatar
      Add support for -rdynamic. · 1c76c59b
      Rafael Espindola authored
      llvm-svn: 118384
      1c76c59b
    • Greg Clayton's avatar
      Modified the DWARF parser for both the single DWARF file and for the case · 2ccf8cfc
      Greg Clayton authored
      where the DWARF is in the .o files so they can track down the actual type for
      a forward declaration. This was working before for just DWARF files, but not
      for DWARF in .o files where the actual definition was in another .o file.
      
      Modified the main thread name in the driver to be more consistent with the
      other LLDB thread names.
      
      llvm-svn: 118383
      2ccf8cfc
    • Rafael Espindola's avatar
      Use ld directly on linux. Changes from the previous try: · c8f008f6
      Rafael Espindola authored
      *) 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.
      
      llvm-svn: 118382
      c8f008f6
Loading