[PATCH] D13518: Add -address option to symbolizer

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 15:13:19 PDT 2015


samsonov added inline comments.

================
Comment at: test/tools/llvm-symbolizer/addr.test:1
@@ +1,2 @@
+RUN: llvm-symbolizer -address -obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s
+
----------------
Where did you get addr.exe from? I'd prefer to either use existing executable file, or commit the source file with description of build procedure. (the former is better).


Repository:
  rL LLVM

http://reviews.llvm.org/D13518





More information about the llvm-commits mailing list