Orderfile: exclude thumb thunks from warning
The orderfile bot currently produces a warning like this: WARNING:root:2540 symbols repeated with multiple offsets: __ThumbV7PILongThunk__lala 26256476 38958560 __ThumbV7PILongThunk__tada 26232216 38911480 ... // 10 examples, to avoid expanding the log a lot It is expected that multi-jump thunks would be duplicated, and we suspect they would have the same symbol name. This change makes the warning to ignore such cases in order to leave space for more suspicious cases. Bug: 893981 Change-Id: I9e1ad0f1e0786c1d12d7490c7a597c7d9344b8a6 Reviewed-on: https://chromium-review.googlesource.com/c/1331395Reviewed-by:Matthew Cary <mattcary@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#607228}
Showing
Please register or sign in to comment