From b94dde7f9bc9b1eeef13bd8e67828c607d15503b Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Wed, 20 Feb 2019 04:35:28 +0000 Subject: [PATCH] Remove test on incompatible mpis target. llvm-svn: 354432 --- clang/test/Driver/msan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/Driver/msan.c b/clang/test/Driver/msan.c index 6e66a53..92b47ad 100644 --- a/clang/test/Driver/msan.c +++ b/clang/test/Driver/msan.c @@ -22,8 +22,6 @@ // RUN: %clang -O2 -target x86_64-unknown-linux -fexperimental-new-pass-manager -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN // RUN: %clang -O3 -target x86_64-unknown-linux -fexperimental-new-pass-manager -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN -// RUN: %clang -fexperimental-new-pass-manager -target mips64-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN -// RUN: %clang -fexperimental-new-pass-manager -target mips64el-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN // RUN: %clang -fexperimental-new-pass-manager -target powerpc64-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN // RUN: %clang -fexperimental-new-pass-manager -target powerpc64le-unknown-linux-gnu -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN -- 2.7.4