You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dmd/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -201,11 +201,9 @@ Note that these groups have no strict meaning, the category assignments are a bi
201
201
|[libelf.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/libelf.d)| Library in ELF format (Unix) |
202
202
|[libmach.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/libmach.d)| Library in Mach-O format (macOS) |
203
203
|[libmscoff.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/libmscoff.d)| Library in COFF format (32/64-bit Windows) |
204
-
|[libomf.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/libomf.d)| Library in OMF format (legacy 32-bit Windows) |
205
204
|[scanelf.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/scanelf.d)| Extract symbol names from a library in ELF format |
206
205
|[scanmach.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/scanmach.d)| Extract symbol names from a library in Mach-O format |
207
206
|[scanmscoff.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/scanmscoff.d)| Extract symbol names from a library in COFF format |
208
-
|[scanomf.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/scanomf.d)| Extract symbol names from a library in OMF format |
209
207
210
208
### Code generation / back-end interfacing
211
209
@@ -253,6 +251,8 @@ Note that these groups have no strict meaning, the category assignments are a bi
253
251
|[hdrgen.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/hdrgen.d)| Convert an AST into D source code for `.di` header generation, as well as `-vcg-ast` and error messages |
254
252
|[json.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/json.d)| Describe the module in a `.json` file for the `-X` flag |
255
253
|[dtoh.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/dtoh.d)| C++ header generation from D source files |
0 commit comments