Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SingleSource/Atomic] Add preliminary tests for atomic builtins. #94

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 13, 2024

  1. [SingleSource/Atomic] Add preliminary tests for atomic builtins.

    There exist atomic IR unit tests and libatomic unit tests, but neither
    can test the atomicity and interoperability of atomic builtins and
    compiler-rt's atomic library. These tests aim to approximate behaviour
    encountered in user code.
    
    These tests have caught issues in Clang. See
    llvm/llvm-project#74349 and
    llvm/llvm-project#73176 for LLVM changes
    inspired by these tests.
    Logikable committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9569ab7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    9dc1b02 View commit details
    Browse the repository at this point in the history