forked from OSchip/llvm-project
[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
This commit is contained in:
parent
61c848d254
commit
11db920f74
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue