Allow ILCodeVersion to fallback to default IL (dotnet/coreclr#18322)
authorNoah Falk <noahfalk@users.noreply.github.com>
Thu, 7 Jun 2018 19:53:08 +0000 (12:53 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jun 2018 19:53:08 +0000 (12:53 -0700)
commit20cb11aeded65edc2332e8db1bb99d1952949fb4
tree274b270976f2c9f7952f15e721cc010de5fa5b81
parent6455328acb5c3984f8672206be48124613e041e6
Allow ILCodeVersion to fallback to default IL (dotnet/coreclr#18322)

For compat with profilers that used our APIs in unexpected ways we can allow
the ILCodeVersion to fallback to the default IL code when no IL was explicitly
given.

Commit migrated from https://github.com/dotnet/coreclr/commit/435a69a9aca037f348a09e00dffef8a0888682a7
src/coreclr/src/debug/daccess/dacdbiimpl.cpp
src/coreclr/src/vm/codeversion.cpp