@@ -306,6 +306,12 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
306
306
$(TROW $(ARGS $(D ELFv2)) , $(ARGS The Executable and Linkable Format v2))
307
307
$(TROW $(ARGS $(D D_BetterC)) , $(ARGS $(DDLINK spec/betterc, D as Better C, D as Better C) code
308
308
(command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))) is being generated))
309
+ $(TROW $(ARGS $(D D_Exceptions)) , $(ARGS Exception handling is supported. Evaluates to `false` when compiling with
310
+ command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))))
311
+ $(TROW $(ARGS $(D D_ModuleInfo)) , $(ARGS `ModuleInfo` is supported. Evaluates to `false` when compiling with
312
+ command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))))
313
+ $(TROW $(ARGS $(D D_TypeInfo)) , $(ARGS Runtime type information (a.k.a `TypeInfo`) is supported. Evaluates to `false` when compiling with
314
+ command line switch $(DDSUBLINK dmd, switch-betterC, $(TT -betterC))))
309
315
$(TROW $(ARGS $(D D_Coverage)) , $(ARGS $(DDLINK code_coverage, Code coverage analysis, Code coverage analysis) instrumentation
310
316
(command line switch $(DDSUBLINK dmd, switch-cov, $(TT -cov))) is being generated))
311
317
$(TROW $(ARGS $(D D_Ddoc)) , $(ARGS $(DDLINK spec/ddoc, Embedded Documentation, Ddoc) documentation
0 commit comments