[LLVMbugs] [Bug 17089] New: There should be some way of adding human readable LLVM intermediate representation to save-temps output

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 3 14:35:35 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17089

            Bug ID: 17089
           Summary: There should be some way of adding human readable LLVM
                    intermediate representation to save-temps output
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: sstewartgallus00 at mylangara.bc.ca
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

There should be some way of adding human readable LLVM intermediate
representation to the output caused by save-temps. clang -S --emit-llvm foo.c
-o bar is nice but in a large project some easy way to script the bulding of
all the LLVM files is needed. For example, something along the lines of make
CFLAGS='-save-temps -emit-llvm' would be awesome.

-- 
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/20130903/b127e001/attachment.html>


More information about the llvm-bugs mailing list