Use standard separator for TSan options in `stress.cpp` test case.
authorDan Liew <dliew@apple.com>
Fri, 1 Oct 2021 20:04:13 +0000 (13:04 -0700)
committerDan Liew <dliew@apple.com>
Sun, 3 Oct 2021 04:11:18 +0000 (21:11 -0700)
commitd6a4294d1362b37f07a96c8ca6d18e260d44bcd6
treeaa2e3d521e654d8821927586355797e086590f86
parent0b83a35caf2205e7d38a6ca164ee123fdbcff920
Use standard separator for TSan options in `stress.cpp` test case.

Use of space as a separator for options is problematic for wrapper
scripts (i.e. implementations of `%run`) that have to marshall
environment variables to target different than the host.

Rather than requiring every implementation of `%run` to support spaces
in `TSAN_OPTIONS` it is simpler to fix this single test case.

rdar://83637067

Differential Revision: https://reviews.llvm.org/D110967
compiler-rt/test/tsan/stress.cpp