11cb0ef41Sopenharmony_ci# Copyright 2019 the V8 project authors. All rights reserved. 21cb0ef41Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 31cb0ef41Sopenharmony_ci# found in the LICENSE file. 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ci# Clients of these interfaces shouldn't depend on lots of compiler internals. 61cb0ef41Sopenharmony_ci# Do not include anything from src/compiler here! 71cb0ef41Sopenharmony_cispecific_include_rules = { 81cb0ef41Sopenharmony_ci "code-assembler.h": [ 91cb0ef41Sopenharmony_ci "-src/compiler", 101cb0ef41Sopenharmony_ci ], 111cb0ef41Sopenharmony_ci "pipeline.h": [ 121cb0ef41Sopenharmony_ci "-src/compiler", 131cb0ef41Sopenharmony_ci ], 141cb0ef41Sopenharmony_ci "wasm-compiler.h": [ 151cb0ef41Sopenharmony_ci "-src/compiler", 161cb0ef41Sopenharmony_ci ], 171cb0ef41Sopenharmony_ci} 18