Skip to content

Commit f467cc9

Browse files
daveclausenvitalybuka
authored andcommitted
[tsan] Add missing link option to tsan test after #84923
Pull Request: #85003
1 parent 2f400a2 commit f467cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/tsan/compare_exchange_acquire_fence.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1
1+
// RUN: %clangxx_tsan -O1 %s %link_libcxx_tsan -o %t && %run %t 2>&1
22
// This is a correct program and tsan should not report a race.
33
//
44
// Verify that there is a happens-before relationship between a

0 commit comments

Comments
 (0)