From 3ddf9781bd8d614be87eef55f6c3b0c09c34132d Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 25 May 2016 12:16:28 +0000 Subject: [PATCH] [AArch64] Try to fix test from r270688 with unordered output git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270689 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/aarch64-target-features.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Preprocessor/aarch64-target-features.c b/test/Preprocessor/aarch64-target-features.c index f218e5eb10..0fa95451c3 100644 --- a/test/Preprocessor/aarch64-target-features.c +++ b/test/Preprocessor/aarch64-target-features.c @@ -94,7 +94,10 @@ // RUN: %clang -target aarch64 -mcpu=cortex-a72 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-A72 %s // RUN: %clang -target aarch64 -mcpu=exynos-m1 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-M1 %s // RUN: %clang -target aarch64 -mcpu=kryo -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-MCPU-KRYO %s -// CHECK-MCPU-CYCLONE: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crypto" "-target-feature" "+zcm" "-target-feature" "+zcz" +// CHECK-MCPU-CYCLONE: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" +// CHECK-MCPU-CYCLONE-DAG: "-target-feature" "+crypto" +// CHECK-MCPU-CYCLONE-DAG: "-target-feature" "+zcm" +// CHECK-MCPU-CYCLONE-DAG: "-target-feature" "+zcz" // CHECK-MCPU-A35: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crc" "-target-feature" "+crypto" // CHECK-MCPU-A53: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crc" "-target-feature" "+crypto" // CHECK-MCPU-A57: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crc" "-target-feature" "+crypto" -- 2.40.0