[PATCH] D22073: libc++: test lock-free atomic alignment

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 1 11:25:19 PDT 2016


jfb added a comment.

In https://reviews.llvm.org/D22073#486636, @EricWF wrote:

> OK, IMO the way to handle this test is to have it manually link `-latomic`. This can be done by renaming the test to `<test>.sh.cpp` and adding the following lines:
>
>   // REQUIRES: libatomic
>   // RUN: %build -latomic
>   // RUN: %run
>
>
> After that this LGTM.


Sorry for the delay in getting back to this. It's now done :)
Will land after lunch (so I'm not AFK).


https://reviews.llvm.org/D22073





More information about the cfe-commits mailing list