[iwyu] Remove assembler.h -> register-configuration.h
{RegisterConfiguration} is not used inside assembler.h. Instead, include it where needed. R=mstarzinger@chromium.org Bug: v8:8238, v8:7490 Change-Id: Ic1aca23e862c30f5b5c7d13b866a859f1a4d4803 Reviewed-on: https://chromium-review.googlesource.com/c/1340244 Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#57601}
This commit is contained in:
parent
2bc9d01ed0
commit
72823c8cfc
@ -35,7 +35,7 @@
|
||||
#include "src/base/platform/platform.h"
|
||||
#include "src/disasm.h"
|
||||
#include "src/macro-assembler.h"
|
||||
|
||||
#include "src/register-configuration.h"
|
||||
|
||||
namespace v8 {
|
||||
namespace internal {
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "src/disasm.h"
|
||||
#include "src/macro-assembler.h"
|
||||
#include "src/objects-inl.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/runtime/runtime-utils.h"
|
||||
|
||||
#if defined(USE_SIMULATOR)
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include "src/globals.h"
|
||||
#include "src/handles.h"
|
||||
#include "src/objects.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/reglist.h"
|
||||
#include "src/reloc-info.h"
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "src/objects-inl.h"
|
||||
#include "src/objects/js-generator.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/runtime/runtime.h"
|
||||
#include "src/wasm/wasm-objects.h"
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "src/objects-inl.h"
|
||||
#include "src/objects/js-generator.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/runtime/runtime.h"
|
||||
#include "src/wasm/wasm-objects.h"
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "src/objects-inl.h"
|
||||
#include "src/objects/js-generator.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/wasm/wasm-linkage.h"
|
||||
#include "src/wasm/wasm-objects.h"
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "src/objects-inl.h"
|
||||
#include "src/objects/js-generator.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/runtime/runtime.h"
|
||||
#include "src/wasm/wasm-objects.h"
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "src/objects-inl.h"
|
||||
#include "src/objects/js-generator.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/runtime/runtime.h"
|
||||
#include "src/wasm/wasm-objects.h"
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "src/objects/debug-objects.h"
|
||||
#include "src/objects/js-generator.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/wasm/wasm-linkage.h"
|
||||
#include "src/wasm/wasm-objects.h"
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "src/macro-assembler.h"
|
||||
#include "src/objects/debug-objects-inl.h"
|
||||
#include "src/objects/smi.h"
|
||||
#include "src/register-configuration.h"
|
||||
#include "src/tracing/trace-event.h"
|
||||
#include "src/v8.h"
|
||||
|
||||
|
@ -60,6 +60,7 @@
|
||||
#include "src/objects/frame-array-inl.h"
|
||||
#include "src/objects/hash-table-inl.h"
|
||||
#include "src/objects/js-array-inl.h"
|
||||
#include "src/register-configuration.h"
|
||||
#ifdef V8_INTL_SUPPORT
|
||||
#include "src/objects/js-break-iterator.h"
|
||||
#include "src/objects/js-collator.h"
|
||||
|
Loading…
Reference in New Issue
Block a user