forked from OSchip/llvm-project
Revert a test using padding bits in atomics
This commit is contained in:
parent
5a4a0cfcfb
commit
11352fa83b
|
@ -95,7 +95,7 @@ struct TestEachAtomicType {
|
||||||
These aren't going to be lock-free,
|
These aren't going to be lock-free,
|
||||||
so some libatomic.a is necessary.
|
so some libatomic.a is necessary.
|
||||||
*/
|
*/
|
||||||
TestFunctor<WeirdUserAtomicType>()();
|
//TestFunctor<WeirdUserAtomicType>()(); //< Actually, nobody is ready for this until P0528
|
||||||
TestFunctor<LargeUserAtomicType>()();
|
TestFunctor<LargeUserAtomicType>()();
|
||||||
#endif
|
#endif
|
||||||
TestFunctor<int*>()();
|
TestFunctor<int*>()();
|
||||||
|
|
Loading…
Reference in New Issue