summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/baseline/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/baseline/DEPS')
-rw-r--r--deps/v8/src/wasm/baseline/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/src/wasm/baseline/DEPS b/deps/v8/src/wasm/baseline/DEPS
new file mode 100644
index 0000000000..c2651fbd17
--- /dev/null
+++ b/deps/v8/src/wasm/baseline/DEPS
@@ -0,0 +1,5 @@
+# Liftoff (the baseline compiler for WebAssembly) depends on some compiler
+# internals, like the linkage location for parameters and returns.
+include_rules = [
+ "+src/compiler/linkage.h",
+]