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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to