Attempt to fix a Windows bot.
Looks like `echo "{_start;};"` on lld-x86_64-win7 bot echoes `_start;;` for some reason. I cannot reproduce the issue locally. I suspect that it might be interpreting {<word>} in a special way. This patch is to attempt to fix it by appending space characters. llvm-svn: 301353
Loading
Please sign in to comment