Skip to content
Commit 500e9963 authored by Alexey Samsonov's avatar Alexey Samsonov
Browse files

[Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a...

[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
parent 1bbcbd01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment