[PATCH] D13069: [CMake] Add atomic builtins to GENERIC_SOURCES list.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 14:07:00 PDT 2015


beanz created this revision.
beanz added reviewers: bogner, samsonov.
beanz added a subscriber: llvm-commits.

http://reviews.llvm.org/D13069

Files:
  lib/builtins/CMakeLists.txt

Index: lib/builtins/CMakeLists.txt
===================================================================
--- lib/builtins/CMakeLists.txt
+++ lib/builtins/CMakeLists.txt
@@ -17,6 +17,12 @@
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13069.35415.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150922/db2ade3a/attachment.bin>


More information about the llvm-commits mailing list