forked from OSchip/llvm-project
parent
cb03ef90bb
commit
ececb37e39
|
|
@ -6,7 +6,7 @@
|
|||
// RUN: %clangxx_tsan -O1 %s -o %t -fno-sanitize-thread-atomics && not %deflake %run %t 2>&1 \
|
||||
// RUN: | FileCheck --allow-empty --check-prefix=CHECK-NO-ATOMICS %s
|
||||
// RUN: %clangxx_tsan -O1 %s -o %t -mllvm -tsan-instrument-atomics=0 && not %deflake %run %t 2>&1 \
|
||||
// RUN: | FileCheck --allow-empty --check-prefix=CHECK-NO-ATOMICS %s <%t.out
|
||||
// RUN: | FileCheck --allow-empty --check-prefix=CHECK-NO-ATOMICS %s <%t
|
||||
|
||||
#include "test.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue