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

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 14:16:05 PDT 2015


Chris Bieneman <beanz at apple.com> writes:
> beanz created this revision.
> beanz added reviewers: bogner, samsonov.
> beanz added a subscriber: llvm-commits.
>
> http://reviews.llvm.org/D13069

Oops, I definitely should've done this back in r236805. LGTM.

>
> 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


More information about the llvm-commits mailing list