summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMICKamil Rytarowski2019-08-071-2/+2
| | | | | | | | | | The fallback to the alternative implementation of TSD with TLS is only needed for the static version of ASan for NetBSD. The same code cannot be reused for the dynamic version of ASan as TLS breaks and TSD code works. llvm-svn: 368219
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-0/+117
Like r367463, but for asan. llvm-svn: 367558
OpenPOWER on IntegriCloud