[LLVMbugs] [Bug 16647] New: No option to produce mixed source + assembly listing?
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 17 15:48:17 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16647
Bug ID: 16647
Summary: No option to produce mixed source + assembly listing?
Product: clang
Version: 3.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: dank at kegel.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
"clang++ -S foo.cc" is ok, but doesn't mix the source code into the listing
like "g++ -Wa,-adhln -g foo.cc" does. I would like to see something like this:
5:hello.cc **** printf("hello, world\n");
25 .loc 1 5 0
26 000f BF000000 movl $.LC0, %edi
26 00
27 0014 E8000000 call puts
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130717/7667d0a6/attachment.html>
More information about the llvm-bugs
mailing list