Skip to content

Commit bf94eac

Browse files
committed
[AArch64][NFC] Fix aarch64 target features test.
1 parent be8fd64 commit bf94eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/aarch64-features.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: %clang -target aarch64-linux-android -rtlib=compiler-rt -mno-fmv \
1414
// RUN: -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-FMV-OFF %s
1515

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

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

0 commit comments

Comments
 (0)