]> granicus.if.org Git - clang/commitdiff
[NFC][PowerPC] Header-dependent test requires "native"
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Tue, 11 Jun 2019 14:23:55 +0000 (14:23 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Tue, 11 Jun 2019 14:23:55 +0000 (14:23 +0000)
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

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

index 14c1b25d280f60a26fe91fadbc800430ed7ed24e..7f9c4c9d5244815b7a1c93910289a1685bc950cc 100644 (file)
@@ -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
index b85d8d98c59827c663a02ee1e7a07c3167829092..8559a850a89bca99b0f1f7291eae67ba41a10a0b 100644 (file)
@@ -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