JIT: don't treat whitespace as separator in assembly name lists (#23410)
authorAndy Ayers <andya@microsoft.com>
Mon, 25 Mar 2019 22:05:45 +0000 (15:05 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2019 22:05:45 +0000 (15:05 -0700)
commit32df0e741befb3cc815927c37cb29dd039e62158
tree0c76dbb41a16b85274312bde3380ffdc503eb3a5
parentca2eec2fbaa127fd62d9427be0a5c9fd99680bca
JIT: don't treat whitespace as separator in assembly name lists (#23410)

Only recognize ";" as a separator, so that we can support exclusions or inclusions
of assemblies whose names include spaces.

Impacts the altjit exclude list, and the disasm include list.

Addresses dotnet/jitutils#200.
src/jit/utils.cpp