Update proftoeeinterfaceimpl.cpp
authorDavid Mason <davmason@microsoft.com>
Sun, 18 Aug 2019 23:12:01 +0000 (16:12 -0700)
committerDavid Mason <davmason@microsoft.com>
Sun, 18 Aug 2019 23:12:01 +0000 (16:12 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/bd6116b6b7d06450f4973a62c080ce827ef004f8

src/coreclr/src/vm/proftoeeinterfaceimpl.cpp

index cff1721..b2a8f74 100644 (file)
@@ -9015,6 +9015,9 @@ HRESULT ProfToEEInterfaceImpl::GetRuntimeInformation(USHORT * pClrInstanceId,
         LL_INFO1000, 
         "**PROF: GetRuntimeInformation.\n"));
 
+    // TODO: use this string instead
+    LPCWSTR fxProductVersion = Configuration::GetKnobStringValue(W("FX_PRODUCT_VERSION"))
+
     if ((szVersionString != NULL) && (pcchVersionString == NULL))
     {
         return E_INVALIDARG;