From: Jinsong Ji Date: Tue, 23 Nov 2021 15:08:49 +0000 (+0000) Subject: [PowerPC] Remove FreeBSD test in mm-malloc.c due to cross-compilation limitation X-Git-Tag: upstream/15.0.7~24995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0784d1d14246e5d662172e9af6e85776b81fdf0;p=platform%2Fupstream%2Fllvm.git [PowerPC] Remove FreeBSD test in mm-malloc.c due to cross-compilation limitation 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 --- diff --git a/clang/test/CodeGen/ppc-mm-malloc.c b/clang/test/CodeGen/ppc-mm-malloc.c index 1c30b3a..6e8f680 100644 --- a/clang/test/CodeGen/ppc-mm-malloc.c +++ b/clang/test/CodeGen/ppc-mm-malloc.c @@ -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