[all-commits] [llvm/llvm-project] fc3f9d: [compiler-rt][builtins] Add tests for atomic built...
Luís Marques via All-commits
all-commits at lists.llvm.org
Tue Oct 20 04:09:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc3f9dfad33dae63f1f2293e3733ac5a2798699c
https://github.com/llvm/llvm-project/commit/fc3f9dfad33dae63f1f2293e3733ac5a2798699c
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
A compiler-rt/test/builtins/Unit/atomic_test.c
Log Message:
-----------
[compiler-rt][builtins] Add tests for atomic builtins support functions
Adds some simple sanity checks that the support functions for the atomic
builtins do the right thing. This doesn't test concurrency and memory model
issues.
Differential Revision: https://reviews.llvm.org/D86278
More information about the All-commits
mailing list