Skip to content

Commit 153a81a

Browse files
authored
Merge pull request #2473 from TurkeyMan/more_getTargetInfo
Additional keys for getTargetInfo merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>
2 parents 2b1e8ce + 61cac63 commit 153a81a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/traits.dd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,9 @@ version (CppRuntime_Microsoft)
859859
)
860860

861861
$(UL
862-
$(LI $(D "cppRuntimeLibrary"))
862+
$(LI $(D "cppRuntimeLibrary") - The C++ runtime library affinity for this toolchain)
863+
$(LI $(D "floatAbi") - Floating point ABI; may be $(D "hard"), $(D "soft"), or $(D "softfp"))
864+
$(LI $(D "objectFormat") - Target object format)
863865
)
864866

865867
$(H2 $(GNAME getVirtualFunctions))

0 commit comments

Comments
 (0)