[compiler-rt] 0edc135 - [MSAN] Mark libatomic test unsupported on PowerPC
Gui Andrade via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 09:32:35 PDT 2020
Author: Gui Andrade
Date: 2020-07-23T16:32:00Z
New Revision: 0edc13509920f43f4863c8ed1b23c34f6bbfcb7a
URL: https://github.com/llvm/llvm-project/commit/0edc13509920f43f4863c8ed1b23c34f6bbfcb7a
DIFF: https://github.com/llvm/llvm-project/commit/0edc13509920f43f4863c8ed1b23c34f6bbfcb7a.diff
LOG: [MSAN] Mark libatomic test unsupported on PowerPC
Added:
Modified:
compiler-rt/test/msan/libatomic.c
Removed:
################################################################################
diff --git a/compiler-rt/test/msan/libatomic.c b/compiler-rt/test/msan/libatomic.c
index b230a0972c6d..5d8aa9ab6a60 100644
--- a/compiler-rt/test/msan/libatomic.c
+++ b/compiler-rt/test/msan/libatomic.c
@@ -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>
More information about the llvm-commits
mailing list