[libcxx-commits] [PATCH] D97044: [libc++] [C++2b] [P0943] Add stdatomic.h header.

Gulfem Savrun Yeniceri via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 15 10:57:57 PST 2022


gulfem added a comment.

We started seeing the following issue before this patch got reverted in https://llvm.googlesource.com/llvm-project/+/987c7f407d1414a023f03eb788bb97667b479f27.

  [48618/254381] CC efi_x64/obj/src/firmware/gigaboot/src/src.avb.c.o
  FAILED: efi_x64/obj/src/firmware/gigaboot/src/src.avb.c.o
  ../../../recipe_cleanup/clangc7enxobn/bin/clang -MD -MF efi_x64/obj/src/firmware/gigaboot/src/src.avb.c.o.d -o efi_x64/obj/src/firmware/gigaboot/src/src.avb.c.o -D_LIBCPP_DISABLE_VISIBILITY_ANNOTAT...
  In file included from ../../src/firmware/gigaboot/src/avb.c:17:
  In file included from ../../src/firmware/gigaboot/src/utf_conversion.h:6:
  ../../zircon/system/public/zircon/types.h:554:9: error: unknown type name 'atomic_int'
  typedef atomic_int zx_futex_t;
          ^
  1 error generated.

https://luci-milo.appspot.com/ui/p/fuchsia/builders/ci/clang_toolchain.ci.core.x64-release/b8822209109414248273/overview


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97044/new/

https://reviews.llvm.org/D97044



More information about the libcxx-commits mailing list