From: David Blaikie Date: Tue, 28 Jan 2020 19:02:16 +0000 (-0800) Subject: llvm-symbolizer test: Add a bit of extra detail on how to compile/reproduce this X-Git-Tag: llvmorg-12-init~16586 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b96e6859c993097ccf97ce56db5b509234f932d5;p=platform%2Fupstream%2Fllvm.git llvm-symbolizer test: Add a bit of extra detail on how to compile/reproduce this The details are also in the .test file, but doesn't hurt to make it a bit clearer. --- diff --git a/llvm/test/tools/llvm-symbolizer/Inputs/discrim.c b/llvm/test/tools/llvm-symbolizer/Inputs/discrim.c index e53cbd4..5500f09 100644 --- a/llvm/test/tools/llvm-symbolizer/Inputs/discrim.c +++ b/llvm/test/tools/llvm-symbolizer/Inputs/discrim.c @@ -1,3 +1,7 @@ +// Compile with: clang -gmlt -fdebug-info-for-profiling -O2 discrim.c -o discrim +// to get an input file with DWARF line table discriminators in it. +// Tested in test/tools/llvm-symbolizer/sym-verbose.test + static volatile int do_mul; static volatile int x, v;