[all-commits] [llvm/llvm-project] d6a429: Use standard separator for TSan options in `stress...

Dan Liew via All-commits all-commits at lists.llvm.org
Sat Oct 2 21:11:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6a4294d1362b37f07a96c8ca6d18e260d44bcd6
      https://github.com/llvm/llvm-project/commit/d6a4294d1362b37f07a96c8ca6d18e260d44bcd6
  Author: Dan Liew <dliew at apple.com>
  Date:   2021-10-02 (Sat, 02 Oct 2021)

  Changed paths:
    M compiler-rt/test/tsan/stress.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list