JIT: don't treat whitespace as separator in assembly name lists (dotnet/coreclr#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)
commit8cb6bd78f3407c424cb47d95d8fdb3db2a455352
treeb8d0acf599a62cea6cf6b93652404dfd5d346e8d
parenta345051c4e99a739214af5f9cab00800dfe421f8
JIT: don't treat whitespace as separator in assembly name lists (dotnet/coreclr#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/jitutilsdotnet/coreclr#200.

Commit migrated from https://github.com/dotnet/coreclr/commit/32df0e741befb3cc815927c37cb29dd039e62158
src/coreclr/src/jit/utils.cpp