summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/atomic_thread_fence.c
Commit message (Collapse)AuthorAgeFilesLines
* [builtins] One more stab at fixing the bots.Chris Bieneman2015-09-221-0/+4
| | | | llvm-svn: 248330
* [builtins] Fixing atomic builtins to be compiled out if stdatomic.h isn't ↵Chris Bieneman2015-09-221-0/+4
| | | | | | | | | | available. This should fix the bots broken by r248322. Reviewed by bogner over my shoulder. llvm-svn: 248328
* builtins: Implement the functions from stdatomic.hJustin Bogner2015-05-081-0/+19
Talking to John and Doug, we concluded that these functions from stdatomic really do belong here in compiler-rt rather than in libc, since the compiler owns stdatomic.h and these need to refer to clang-specific builtins. Nonetheless, I've only added these on darwin for now - other platforms should probably do the same unless their libc does implement these functions. llvm-svn: 236805
OpenPOWER on IntegriCloud