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: [email protected]
Reporter: [email protected]
-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
--