Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [builtins] One more stab at fixing the bots. | Chris Bieneman | 2015-09-22 | 1 | -0/+4 |
| | | | | llvm-svn: 248330 | ||||
* | [builtins] Fixing atomic builtins to be compiled out if stdatomic.h isn't ↵ | Chris Bieneman | 2015-09-22 | 1 | -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.h | Justin Bogner | 2015-05-08 | 1 | -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 |