[PATCH] D28864: [scudo] Replacing std::atomic with Sanitizer's atomics

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 10:17:07 PST 2017


cryptoad added inline comments.


================
Comment at: test/scudo/lit.cfg:22
            ["-std=c++11",
            "-lstdc++",
            "-lrt",
----------------
phosek wrote:
> Is this still needed?
I use std::vector and other things in the tests.
I could rewrite them and get rid of it, but  malloc.cpp, realloc.cpp and interface.cpp need -lstdc++ in their current state.


https://reviews.llvm.org/D28864





More information about the llvm-commits mailing list