Skip to content

tracing_muxer_impl.cc calls deprecated version of std::atomic_store #785

Closed

Description

After llvm/llvm-project#87111:

[19090/49406] CXX clang_x64/obj/third_party/perfetto/src/tracing/client_api_without_backends/tracing_muxer_impl.o
../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF clang_x64/obj/third_party/perfetto...(too long)
../../third_party/perfetto/src/tracing/internal/tracing_muxer_impl.cc:205:8: error: 'atomic_store<perfetto::ProducerEndpoint>' is deprecated [-Werror,-Wdeprecated-declarations]
  205 |   std::atomic_store(&service_, std::move(service));
      |        ^
../../third_party/libc++/src/include/__memory/shared_ptr.h:1606:1: note: 'atomic_store<perfetto::ProducerEndpoint>' has been explicitly marked deprecated here

Upstream chromium bug: https://issues.chromium.org/issues/333609032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions