[all-commits] [llvm/llvm-project] cac25e: Adapt `tsan/flush_memory.cpp` to run on non-local ...
Dan Liew via All-commits
all-commits at lists.llvm.org
Wed Sep 29 10:39:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cac25e40428de19bd78b821dce47c36ebca2ce6c
https://github.com/llvm/llvm-project/commit/cac25e40428de19bd78b821dce47c36ebca2ce6c
Author: Dan Liew <dliew at apple.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M compiler-rt/test/tsan/flush_memory.cpp
Log Message:
-----------
Adapt `tsan/flush_memory.cpp` to run on non-local platforms.
ad890aa2327feb6b6aee676fe85b2352fba2403e landed a test without
using the `%run` prefix which means the test fails to run for
platforms that need it (e.g. iOS simulators).
This patch adds the `%run` prefix. While we're here also split
the single `RUN` line into two to make debugging easier.
rdar://83637296
Differential Revision: https://reviews.llvm.org/D110734
More information about the All-commits
mailing list