From: Hubert Tong Date: Tue, 11 Jun 2019 14:23:55 +0000 (+0000) Subject: [NFC][PowerPC] Header-dependent test requires "native" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=461db9c2a70f80f858b8877d60923e4d101d755f;p=clang [NFC][PowerPC] Header-dependent test requires "native" Two recently added tests mention complications for cross-compile, but they do not actually enforce native compilation. This patch makes them require native compilation to avoid the complications they mention. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363070 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ppc-mm-malloc-le.c b/test/CodeGen/ppc-mm-malloc-le.c index 14c1b25d28..7f9c4c9d52 100644 --- a/test/CodeGen/ppc-mm-malloc-le.c +++ b/test/CodeGen/ppc-mm-malloc-le.c @@ -1,5 +1,5 @@ // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py -// REQUIRES: powerpc-registered-target +// REQUIRES: native, powerpc-registered-target // UNSUPPORTED: !powerpc64le- // The stdlib.h included in mm_malloc.h references native system header // like: bits/libc-header-start.h or features.h, cross-compile it may diff --git a/test/CodeGen/ppc-mm-malloc.c b/test/CodeGen/ppc-mm-malloc.c index b85d8d98c5..8559a850a8 100644 --- a/test/CodeGen/ppc-mm-malloc.c +++ b/test/CodeGen/ppc-mm-malloc.c @@ -1,5 +1,5 @@ // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py -// REQUIRES: powerpc-registered-target +// REQUIRES: native, powerpc-registered-target // UNSUPPORTED: !powerpc64- // The stdlib.h included in mm_malloc.h references native system header // like: bits/libc-header-start.h or features.h, cross-compile it may