diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-09-22 21:18:19 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-09-22 21:18:19 +0000 |
| commit | 54445f92a9729a232004dd0b4491376bdbd8b95b (patch) | |
| tree | 52da8ce68068fc5af26ce3ef39d1c16cb125648e /compiler-rt/lib | |
| parent | 3efa4e982e8581274014a90bccfa7fae415272a4 (diff) | |
| download | bcm5719-llvm-54445f92a9729a232004dd0b4491376bdbd8b95b.tar.gz bcm5719-llvm-54445f92a9729a232004dd0b4491376bdbd8b95b.zip | |
[CMake] Add atomic builtins to GENERIC_SOURCES list.
Reviewers: bogner, samsonov
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D13069
llvm-svn: 248322
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index c32d164406a..b236bb94843 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -17,6 +17,12 @@ set(GENERIC_SOURCES ashlti3.c ashrdi3.c ashrti3.c + atomic_flag_clear.c + atomic_flag_clear_explicit.c + atomic_flag_test_and_set.c + atomic_flag_test_and_set_explicit.c + atomic_signal_fence.c + atomic_thread_fence.c # FIXME: atomic.c may only be compiled if host compiler understands _Atomic # atomic.c clear_cache.c |

