[PATCH] D38654: Parse DWARF information to reduce false positives.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 10:55:49 PDT 2017
pcc added inline comments.
================
Comment at: test/tools/llvm-cfi-verify/X86/protected-lineinfo.s:21
+# Compile with (output is in tiny.s.0):
+# clang++ -flto -fsanitize=cfi -fvisibility=hidden -c tiny.cc -o tiny.o -g
+# clang++ tiny.o -o tiny -flto -fuse-ld=gold -Wl,-plugin-opt,save-temps
----------------
I'd prefer if the output were smaller. Do you get a smaller output if you compile with `-gmlt`?
https://reviews.llvm.org/D38654
More information about the llvm-commits
mailing list