[llvm] [llvm-symbolizer] restore --[no-]use-symbol-table option (PR #71008)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 00:56:16 PST 2023


================
@@ -0,0 +1,219 @@
+# REQUIRES: x86-registered-target
+
+# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
+# RUN: llvm-addr2line --no-use-symbol-table -fe %t.o 0x1 | FileCheck %s
----------------
jh7370 wrote:

Prefer to use the expanded forms of the other commands, as a casual user might think `-fe` is a specific command and wonder what it's for.

https://github.com/llvm/llvm-project/pull/71008


More information about the llvm-commits mailing list