[Issue 24748] New: DMD can't output object files with fully qualified name, making -od overwirte each other file
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Sep  7 19:24:27 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24748
          Issue ID: 24748
           Summary: DMD can't output object files with fully qualified
                    name, making -od overwirte each other file
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: msnmancini at hotmail.com
I need a fully qualified name, so, dmd object dir output doesn't overwrite each
other. I'm working on a build tool optimization and now it is blocked while
that unless
- Use -op
- Filter each of those object generated files
- Rename and move them to object directory
LDC has already solved that with the -oq flag
Related issues: 
https://issues.dlang.org/show_bug.cgi?id=4095
https://issues.dlang.org/show_bug.cgi?id=3541
--
    
    
More information about the Digitalmars-d-bugs
mailing list