Skip to content

Commit

Permalink
[AArch64][NFC] Fix aarch64 target features test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilinpv committed Dec 20, 2022
1 parent be8fd64 commit bf94eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/aarch64-features.c
Expand Up @@ -13,7 +13,7 @@
// RUN: %clang -target aarch64-linux-android -rtlib=compiler-rt -mno-fmv \
// RUN: -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-FMV-OFF %s

// RUN: %clang -target aarch64-linux-gnu \
// RUN: %clang -target aarch64-linux-gnu -rtlib=libgcc \
// RUN: -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-FMV-OFF %s

// RUN: %clang -target arm64-unknown-linux -rtlib=libgcc \
Expand Down

0 comments on commit bf94eac

Please sign in to comment.