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

Reply via email to