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

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 14:20:03 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248322: [CMake] Add atomic builtins to GENERIC_SOURCES list. (authored by cbieneman).

Changed prior to commit:
  http://reviews.llvm.org/D13069?vs=35415&id=35417#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13069

Files:
  compiler-rt/trunk/lib/builtins/CMakeLists.txt

Index: compiler-rt/trunk/lib/builtins/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/builtins/CMakeLists.txt
+++ compiler-rt/trunk/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.35417.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150922/06d6c974/attachment.bin>


More information about the llvm-commits mailing list