[dfsan] Do not test origin-tracking in atomic.cpp
authorJianzhou Zhao <jianzhouzh@google.com>
Fri, 26 Feb 2021 19:44:18 +0000 (19:44 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Fri, 26 Feb 2021 19:44:18 +0000 (19:44 +0000)
This would cause linking errors after https://reviews.llvm.org/D97483
that introduced new prefixes for ABI wrappers with origin tracking mode.
We will renable this after the full origin tracking is checked in.

compiler-rt/test/dfsan/atomic.cpp

index 252f839..7d4dc04 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: %clangxx_dfsan %s -fno-exceptions -o %t && %run %t
-// RUN: %clangxx_dfsan -mllvm -dfsan-track-origins=1 -mllvm -dfsan-fast-16-labels=true %s -fno-exceptions -o %t && %run %t
+// RUN: %clangxx_dfsan -mllvm -dfsan-fast-16-labels=true %s -fno-exceptions -o %t && %run %t
 //
 // Use -fno-exceptions to turn off exceptions to avoid instrumenting
 // __cxa_begin_catch, std::terminate and __gxx_personality_v0.