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

Mike Aizatsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 12:54:04 PST 2017


aizatsky added a comment.

Marcos,

I worry that our set of static and shared runtimes will be different. If we do this split, we should do it for dynamic libraries too. I don't know if we have static initializers, but we might end up running them twice.

I suggest you do the same separation for dynamic runtimes as will.


Repository:
  rL LLVM

https://reviews.llvm.org/D28359





More information about the llvm-commits mailing list