• Joey Gouly's avatar
    [tests] Fix subobject-linkage error when building with GCC · 8ca191b6
    Joey Gouly authored
    Placing these tests in anonymous namespaces, is the suggested fix
    according to the GCC documentation.
    
    The GCC documentation states: "If a type A depends on a type B with no or
     internal linkage, defining it in multiple translation units would be an
    ODR violation because the meaning of B is different in each translation unit.
    If A only appears in a single translation unit, the best way to silence the
    warning is to give it internal linkage by putting it in an anonymous namespace as well."
    
    Change-Id: I69a1e9b5f1789e9a7a62c762cd499809a72e0ea5
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1836255
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64128}
    8ca191b6
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...