• Clemens Hammacher's avatar
    [iwyu] Ensure that macro assembler includes happen correctly · 1952f928
    Clemens Hammacher authored
    The platform specific macro assembler headers can not be included
    directly. They require symbols declared in macro-assembler.h.
    We also cannot include macro-assembler.h from the platform specific
    headers, because that would form a cycle, and the include in
    macro-assembler.h would be skipped, which then also fails.
    
    This CL documents and enforces this unfortunate situation.
    This helps with further iwyu cleanups.
    
    Note that current code which includes the platform specific headers
    only works because we transitively included macro-assembler.h already
    before.
    
    R=mstarzinger@chromium.org
    
    Bug: v8:8238, v8:7490
    Change-Id: I2dc65ad950400941406e1f2f8969d0d15f524bf8
    Reviewed-on: https://chromium-review.googlesource.com/c/1340240
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#57578}
    1952f928
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...