https://issues.dlang.org/show_bug.cgi?id=18335
--- Comment #1 from [email protected] --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/dc7a44c87e2419badc1b495c7763f0a45862eba4 Fix issue 18335 - The D_ObjectiveC version identifier is not printed in verbose mode The `D_ObjectiveC` version identifier is set when the `Objc` is initialized. That means that the predefined version identifiers need to be printed after `Objc` has been initialized. https://github.com/dlang/dmd/commit/7fa030612d7dcb84645cc389714b0268363327eb Merge pull request #7810 from jacob-carlborg/issue-18335-D_ObjectiveC-verbose Fix issue 18335 - The D_ObjectiveC version identifier is not printed in verbose mode merged-on-behalf-of: Sebastian Wilzbach <[email protected]> --
