In an effort to getting rid of dependencies to external libraries, we are
replacing atomic PackedHeader use of std::atomic with Sanitizer's
atomic_uint64_t, which allows us to avoid -latomic.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 3035 Build 3035: arc lint + arc unit
Event Timeline
test/scudo/lit.cfg | ||
---|---|---|
22 | Is this still needed? |
test/scudo/lit.cfg | ||
---|---|---|
22 | I use std::vector and other things in the tests. |
Comment Actions
Making -lstdc++ explicit in tests that require it, thus allowing removal from
the general lit.cfg.
Is this still needed?