[PATCH] D74507: [llvm-objdump] Print method name from debug info in disassembly output.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 14:48:28 PST 2020


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/llvm-objdump/X86/source-interleave-function-from-debug.test:62
+;; } // namespace xyz
+;; $ clang++ -g -c /tmp/src.cc -S -emit-llvm
+;; Note: bar() and baz() intentionally written on the same line.
----------------
Add `-O` on the clang command line.

`"frame-pointer"="none"` is the default behavior of `-O*` on Linux x86-64. (Yeah, the frame pointer decision is OS/Arch dependent...A mess)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74507/new/

https://reviews.llvm.org/D74507





More information about the llvm-commits mailing list