Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Driver] Enable ASan on Solaris/SPARC (llvm#107403)
Once PR llvm#107223 lands, ASan can be enabled on Solaris/SPARC. This patch does just that. As on Solaris/x86, the dynamic ASan runtime lib needs to be linked with `-z now` to avoid an `AsanInitInternal` cycle. Tested on `sparcv9-sun-solaris2.11` and `sparc64-unknown-linux-gnu`.
- Loading branch information