[LLVMbugs] [Bug 15228] New: -fplugin-arg-dragonegg-emit-ir -S should default to .ll rather than .s filenames

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 10 13:03:12 PST 2013


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: baldrick at free.fr
          Reporter: howarth at nitro.med.uc.edu
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130210/a440ac1c/attachment.html>


More information about the llvm-bugs mailing list