[roll] Roll fuchsia [blob-id-allocator] Remove always lock free asserts.

Essentially libcxx builting __atomic_is_always_lock_free looks at the
type of the pointer passed in, and because libcxx passes a void*
anything above 1 byte is returning false. The linked bug has been
updated with the issue and pull request in llvm.

Original-Bug: 355287217
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089247
Original-Revision: 0daeb4d35b33eee33f40ce49fa472adc828984dc
GitOrigin-RevId: 78bf7e9139aad3e42bc17f899cf05ac513af2252
Change-Id: If76ace12bdbb07d7a565d6d29fa6aad51b66dc32
1 file changed
tree: a19403099bb381a2cd316190a6a811f07b73f9f5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.