Skip to content
  1. Jul 31, 2012
    • Alexey Samsonov's avatar
      [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a... · 500e9963
      Alexey Samsonov authored
      [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a macro SANITIZER_USES_LLVM_LIBS is defined (by default it is not), then sanitizer runtime includes llvm headers and tries to use LLVM libs for in-process symbolization. To make it functional, we have to link with these LLVM libs - either pass them to linker from Clang driver, or link them into static ASan runtime when we build it.
      
      llvm-svn: 161045
      500e9963
  2. Jul 30, 2012
  3. Jul 28, 2012
  4. Jul 27, 2012
  5. Jul 26, 2012
  6. Jul 25, 2012
  7. Jul 24, 2012
  8. Jul 23, 2012
  9. Jul 19, 2012
  10. Jul 18, 2012
  11. Jul 17, 2012
  12. Jul 16, 2012
Loading