Skip to content

Commit 11db920

Browse files
[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. llvm-svn: 363070
1 parent 61c848d commit 11db920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
2-
// REQUIRES: powerpc-registered-target
2+
// REQUIRES: native, powerpc-registered-target
33
// UNSUPPORTED: !powerpc64le-
44
// The stdlib.h included in mm_malloc.h references native system header
55
// like: bits/libc-header-start.h or features.h, cross-compile it may

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
2-
// REQUIRES: powerpc-registered-target
2+
// REQUIRES: native, powerpc-registered-target
33
// UNSUPPORTED: !powerpc64-
44
// The stdlib.h included in mm_malloc.h references native system header
55
// like: bits/libc-header-start.h or features.h, cross-compile it may

0 commit comments

Comments
 (0)