blob: efc635b308ba59fa4c1a9d72e9e1966a43281e44 [file] [log] [blame]
# Copyright 2019 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Clients of these interfaces shouldn't depend on lots of compiler internals.
# Do not include anything from src/compiler here!
specific_include_rules = {
"code-assembler.h": [
"-src/compiler",
],
"pipeline.h": [
"-src/compiler",
],
"wasm-compiler.h": [
"-src/compiler",
],
}