Files
clang-p2996/compiler-rt/test/tsan/stress.cpp
Dan Liew d6a4294d13 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
2021-10-02 21:11:18 -07:00

2.0 KiB