[Issue 17500] New: Add a CLI flag configure the location for AST dumps produced by -vcg-ast

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 13 16:47:30 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17500

          Issue ID: 17500
           Summary: Add a CLI flag configure the location for AST dumps
                    produced by -vcg-ast
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: greensunny12 at gmail.com

-vcg-ast produces a .cg (CodeGen) files which will always be in the same
directory as the main D source file, e.g. main.d -> main.cg

For more information, see the regarding discussion on GitHub:

https://github.com/dlang/dmd/pull/6888

--


More information about the Digitalmars-d-bugs mailing list