Skip to content

Commit f3843df

Browse files
committed
Fix test
1 parent b247c58 commit f3843df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/test/tsan/target_clones_segfault.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// https://github.com/llvm/llvm-project/issues/163369
2-
// RUN: %clang %s -fsanitize=thread -o %t
3-
// RUN: %t
2+
// RUN: %clang_tsan %s -o %t && %run %t
43

54
__attribute__((target_clones("default,avx"))) static int
65
has_target_clones(void) {

0 commit comments

Comments
 (0)