[PowerPC] Remove FreeBSD test in mm-malloc.c due to cross-compilation limitation
authorJinsong Ji <jji@us.ibm.com>
Tue, 23 Nov 2021 15:08:49 +0000 (15:08 +0000)
committerJinsong Ji <jji@us.ibm.com>
Tue, 23 Nov 2021 15:09:10 +0000 (15:09 +0000)
Fix failures on powerpc BE buildbots
https://lab.llvm.org/buildbot/#/builders/93/builds/6031
https://lab.llvm.org/buildbot/#/builders/100/builds/10836
https://lab.llvm.org/buildbot/#/builders/52/builds/12719

clang/test/CodeGen/ppc-mm-malloc.c

index 1c30b3a..6e8f680 100644 (file)
@@ -7,7 +7,6 @@
 // failures. So this test will focus on native build only.
 
 // RUN: %clang -target powerpc64-unknown-linux-gnu -S -emit-llvm %s -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | FileCheck %s
-// RUN: %clang -target powerpc64-unknown-freebsd13.0 -S -emit-llvm %s -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | FileCheck %s
 
 #include <mm_malloc.h>