[clang] ANDROID: x86_64: Set default max-page-size to 16kB (PR #87413)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 16:22:31 PDT 2024
================
@@ -17,10 +17,20 @@
//
// RUN: %clang -target aarch64-none-linux-android \
// RUN: -### -v %s 2> %t
-// RUN: FileCheck -check-prefix=MAX-PAGE-SIZE-AARCH64 < %t %s
+// RUN: FileCheck -check-prefix=MAX-PAGE-SIZE-16KB < %t %s
+//
+// RUN: %clang -### -target i386-none-linux-android %s 2>&1 | \
----------------
MaskRay wrote:
`--target=` for new tests. `-target ` has been deprecated since ~3.4
https://github.com/llvm/llvm-project/pull/87413
More information about the cfe-commits
mailing list