Revision 674e6cc491e2ea755cb85b61a0a6946ff923fbcc authored by Andrew Adams on 01 December 2023, 21:18:20 UTC, committed by GitHub on 01 December 2023, 21:18:20 UTC
* Disallow async nestings that violate read after write dependencies

Fixes #7867

* Add test

* Add another failure case, and improve error message

* Add some more tests

* Update test

* Add new test to cmakelists

* Fix for llvm trunk

* Always acquire the folding semaphore, even if unused

* Skip async_order test under wasm

* trigger buildbots

---------

Co-authored-by: Volodymyr Kysenko <vksnk@google.com>
Co-authored-by: Steven Johnson <srj@google.com>
1 parent 4fc2a7d
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top