DescriptionRevert of Remove old/unused atomicops code (patchset #7 id:140001 of https://codereview.chromium.org/1211903003/)
Reason for revert:
Temporarily reverting until libc++ ships to stable on Android.
Original issue's description:
> Remove old/unused atomicops code
>
> None of these gcc versions of atomicopts are used in
> chromium anymore. The portable versions were added in:
> https://codereview.chromium.org/636783002 and all our
> GCC-based targets use those now.
>
> This change mostly just removes dead code.
>
> Some files were added to base/allocator/BUILD.gn in order
> to have it match allocator.gyp. These were not required
> before but are now (specifically tcmalloc's
> base/atomicops-internals-x86.cc). We got away without it
> previously since base/atomicops_internals_x86_gcc.cc
> provided the same symbol, but the symbol collision was
> arguably a bug.
>
> BUG=423074
>
> Committed: https://crrev.com/b030801fcf447602931b3e4b8f94aae8053c61fb
> Cr-Commit-Position: refs/heads/master@{#337123}
TBR=jfb@chromium.org,rmcilroy@chromium.org,danalbert@google.com,thakis@chromium.org,sbc@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=423074, 487341, 427718
Patch Set 1 #
Created: 5 years, 5 months ago
(Patch set is too large to download)
Messages
Total messages: 4 (0 generated)
|