[MSAN] Mark libatomic test unsupported on PowerPC
authorGui Andrade <guiand@google.com>
Thu, 23 Jul 2020 16:30:49 +0000 (16:30 +0000)
committerGui Andrade <guiand@google.com>
Thu, 23 Jul 2020 16:32:00 +0000 (16:32 +0000)
compiler-rt/test/msan/libatomic.c

index b230a09..5d8aa9a 100644 (file)
@@ -2,6 +2,10 @@
 // RUN: %clangxx_msan -fsanitize-memory-track-origins=0 -latomic -DTEST_LOAD -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
 // RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -latomic -DTEST_LOAD -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-SHADOW
 
+// PPC has no libatomic
+// UNSUPPORTED: powerpc64-target-arch
+// UNSUPPORTED: powerpc64le-target-arch
+
 #include <sanitizer/msan_interface.h>
 #include <stdatomic.h>