[PATCH] D44499: [Scudo] Avoid accidental references of C++ library

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 17:32:14 PDT 2018


cryptoad added a comment.

On Linux with -Wl,-nostdlib++, this doesn't compile as is with some complains about -lgcc_s not being found (from memory, not in front of my desktop now).
I figured the minimal build would be solution, I can dig into this tomorrow.


https://reviews.llvm.org/D44499





More information about the llvm-commits mailing list