[PATCH] D28359: [compiler-rt] Use common static library for sanitizer_common.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 15:30:01 PST 2017


mpividori added a comment.

@filcab 
Yes, now it works that way. Is that what we want?
I mean, we could include all the sanitizers in only one unique run time library, or we can try to keep them separated in different independent libraries and only include them when necessary. Both approaches are valid.
Now, I think there is a bit of everything, which is confusing.
For some sanitizers combinations we include them in the same library, for others we keep them separated.
I was trying to understand, is there any reason why we keep ubsan and leak sanitizers inside asan library?


Repository:
  rL LLVM

https://reviews.llvm.org/D28359





More information about the llvm-commits mailing list