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

            Bug ID: 15228
           Summary: -fplugin-arg-dragonegg-emit-ir -S should default to
                    .ll rather than .s filenames
           Product: dragonegg
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Currently...

de-gfortran47 -c foobar.f -fplugin-arg-dragonegg-emit-ir -S

produces a file with the .s suffix. This is confusing since foobar.s really
contains LLVM IR and should be a .ll file. Dragonegg should be defaulting to
the .ll suffix when 'fplugin-arg-dragonegg-emit-ir -S' is being used.

-- 
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