Commit d57ab4ca authored by Matthew Cary's avatar Matthew Cary Committed by Commit Bot

Orderfile: enable code ordering for arm64 architectures.

This will enable prefetching on arm64. This doesn't matter now as it's
not deployed, but makes the build system less crufty (see
crbug.com/880425 as well).

Tested: confirmed by manual log examination that prefetch happened.
Bug: 874885, 880425
Change-Id: I2a962003df78d135bce783d0a9ad66b1b1ef290a
TBR: agrieve@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1206475
Commit-Queue: Matthew Cary <mattcary@chromium.org>
Reviewed-by: default avatarBenoit L <lizeb@chromium.org>
Reviewed-by: default avatarEgor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589112}
parent a4d8c399
...@@ -1919,7 +1919,7 @@ buildflag_header("synchronization_buildflags") { ...@@ -1919,7 +1919,7 @@ buildflag_header("synchronization_buildflags") {
buildflag_header("anchor_functions_buildflags") { buildflag_header("anchor_functions_buildflags") {
header = "anchor_functions_buildflags.h" header = "anchor_functions_buildflags.h"
header_dir = "base/android/library_loader" header_dir = "base/android/library_loader"
_supports_code_ordering = current_cpu == "arm" _supports_code_ordering = current_cpu == "arm" || current_cpu == "arm64"
flags = [ flags = [
"USE_LLD=$use_lld", "USE_LLD=$use_lld",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment