• Mostyn Bramley-Moore's avatar
    [jumbo] fix B macro/symbol clashes in arm64 builds · b9c99322
    Mostyn Bramley-Moore authored
    assembler-arm64.h and assembler-arm64-inl.h have a B() function
    which conflicts with the B macro in bytecode-utils.h.
    
    Headers that leak macros can be annoying to deal with, in this case
    we can't simply undef B at the end of source files that include
    bytecode-utils.h because the second source file that includes
    bytecode-utils.h won't see the B macro.  Let's just move this macro
    into the two unittest files that include this header.
    
    Bug: chromium:746958
    Change-Id: I588b73fe81615f882a0e010c92ba187d3bc2bf25
    Reviewed-on: https://chromium-review.googlesource.com/758779
    Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
    Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49258}
    b9c99322
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...