Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: src/v8.gyp

Issue 2500443004: [wasm] OOB traps: build protected instruction list during codegen (Closed)
Patch Set: Merging with master Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index ba76b1cb34f055d5aa1eead665108708b16d40f2..f0fd49df48b6f1acd915d90ddd1b538851fd7ecc 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1236,6 +1236,7 @@
'transitions-inl.h',
'transitions.cc',
'transitions.h',
+ 'trap-handler/trap-handler.h',
'type-feedback-vector-inl.h',
'type-feedback-vector.cc',
'type-feedback-vector.h',

Powered by Google App Engine
This is Rietveld 408576698