-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm-symbolizer] Add back --use-symbol-table=true
It is used by clusterfuzz (google/clusterfuzz#2009) and having this compatibility option for a while can help they do bisection with the latest llvm-symbolizer. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D87067
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# REQUIRES: x86-registered-target | ||
|
||
# RUN: llvm-mc -filetype=obj -triple=x86_64 -g %s -o %t.o | ||
|
||
## --use-symbol-table=true is used by old asan_symbolize.py and Android ndk | ||
## ndk-stack.py. Keep it as a no-op compatibility option for a while. | ||
# RUN: llvm-symbolizer --use-symbol-table=true %t.o |
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