forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
valgrind/asan: update asan_symbolize.py
We need to update this for https://reviews.llvm.org/D60529 Bug: 1288169 Change-Id: I3c8f5b3f173be0ce5771e279f6a402deaafb9501 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301851 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#964541}
- Loading branch information
Takuto Ikuta
authored and
Chromium LUCI CQ
committed
Jan 28, 2022
1 parent
d18700c
commit a6a7b65
Showing
4 changed files
with
683 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: asan_symbolize.py | ||
License: University of Illinois Open Source License. | ||
Version: r227327 | ||
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/scripts/asan_symbolize.py?view=co&content-type=text%2Fplain | ||
License: Apache-2.0 WITH LLVM-exception | ||
Version: a81e45b8bcb8eb274ad73357e10e2cdf8a314a8c | ||
URL: https://github.com/llvm/llvm-project/blob/a81e45b8bcb8eb274ad73357e10e2cdf8a314a8c/compiler-rt/lib/asan/scripts/asan_symbolize.py | ||
Security Critical: no | ||
|
||
asan_symbolize.py is a verbatim copy of asan_symbolize.py in the LLVM trunk. |
Oops, something went wrong.