Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMIC | Kamil Rytarowski | 2019-08-07 | 1 | -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 .cpp | Nico Weber | 2019-08-01 | 1 | -0/+117 |
Like r367463, but for asan. llvm-svn: 367558 |