1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/tools/llvm-symbolizer/use-symbol-table.s
Fangrui Song 25dfeb3f99 [llvm-symbolizer] Add back --use-symbol-table=true
It is used by clusterfuzz (https://github.com/google/clusterfuzz/pull/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
2020-09-03 14:27:06 -07:00

8 lines
292 B
ArmAsm

# 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