We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b247c58 commit f3843dfCopy full SHA for f3843df
compiler-rt/test/tsan/target_clones_segfault.c
@@ -1,6 +1,5 @@
1
// https://github.com/llvm/llvm-project/issues/163369
2
-// RUN: %clang %s -fsanitize=thread -o %t
3
-// RUN: %t
+// RUN: %clang_tsan %s -o %t && %run %t
4
5
__attribute__((target_clones("default,avx"))) static int
6
has_target_clones(void) {
0 commit comments