Allow ILCodeVersion to fallback to default IL (#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)
commit435a69a9aca037f348a09e00dffef8a0888682a7
tree4de3bf82f1a793d6dae3a502768cb85119babfc2
parent56fe6435387089b6b219c52096cafd3c277478c6
Allow ILCodeVersion to fallback to default IL (#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.
src/debug/daccess/dacdbiimpl.cpp
src/vm/codeversion.cpp