summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Clausen <daveclausen@gmail.com>2024-03-12 17:22:39 -0700
committerVitaly Buka <vitalybuka@google.com>2024-03-12 17:22:39 -0700
commit8eea826eadababdc797ad095220fceb4abfce2ac (patch)
treec1788dad457a8dcbd037922510269d8823558516
parentfd32e744a58fe61b4bd6acfa1d501bc1d6c1d96f (diff)
Created using spr 1.3.4
-rw-r--r--compiler-rt/test/tsan/compare_exchange_acquire_fence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/compare_exchange_acquire_fence.cpp b/compiler-rt/test/tsan/compare_exchange_acquire_fence.cpp
index b9fd0c5ad21f..404fd2fbb3c2 100644
--- a/compiler-rt/test/tsan/compare_exchange_acquire_fence.cpp
+++ b/compiler-rt/test/tsan/compare_exchange_acquire_fence.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1
+// RUN: %clangxx_tsan -O1 %s %link_libcxx_tsan -o %t && %run %t 2>&1
// This is a correct program and tsan should not report a race.
//
// Verify that there is a happens-before relationship between a