Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

No option to produce mixed source + assembly listing? #16645

Open Quuxplusone opened 11 years ago

Quuxplusone commented 11 years ago
Bugzilla Link PR16647
Status NEW
Importance P enhancement
Reported by Dan Kegel (dank@kegel.com)
Reported on 2013-07-17 17:48:17 -0700
Last modified on 2019-06-19 11:53:52 -0700
Version trunk
Hardware PC All
CC jryans@gmail.com, llvm-bugs@lists.llvm.org, neeilans@live.com, noloader@gmail.com, rafael@espindo.la, richard-llvm@metafoo.co.uk, trass3r@gmail.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
"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
Quuxplusone commented 10 years ago

This is a special case of http://llvm.org/bugs/show_bug.cgi?id=17465