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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 09:45:24 PST 2017


phosek added inline comments.


================
Comment at: test/scudo/lit.cfg:22
            ["-std=c++11",
            "-lstdc++",
            "-lrt",
----------------
Is this still needed?


https://reviews.llvm.org/D28864





More information about the llvm-commits mailing list