Commit 9cc240fe authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Add a watchlist for ieee754.(cc|h) changes.

We're making a copy of ieee754.(cc|h) in Chromium in
crrev.com/c/2582607. To ensure this copy stays in sync, we're adding a
watchlist for changes on the original ieee754.(cc|h).

Also, watch for changes in dependency of ieee754.(cc|h)
overflowing-math.h, and for changes in the licenses (LICENSE.fdlibm).

Bug: chromium:1145192
Change-Id: I5a967266c8b5c5c973afc48d9b453915f228a268
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2593649Reviewed-by: 's avatarHannes Payer <hpayer@chromium.org>
Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72015}
parent e48b5c6d
......@@ -87,6 +87,11 @@
'tracing': {
'filepath': 'src/tracing/',
},
'ieee754': {
'filepath': 'src/base/ieee754\.(cc|h)' \
'|src/base/overflowing-math.h' \
'|LICENSE.fdlibm',
}
},
'WATCHLISTS': {
......@@ -133,5 +138,9 @@
'lpy+v8tracing@chromium.org',
'fmeawad@chromium.org',
],
'ieee754': [
'rtoy+watch@chromium.org',
'hongchan+watch@chromium.org'
],
},
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment