File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
// RUN: %clang --target=aarch64-linux-android23 --rtlib=compiler-rt -### -c %s 2>&1 | FileCheck -check-prefix=FMV-ENABLED %s
12
12
13
13
// FMV is disabled without compiler-rt:
14
- // RUN: %clang --target=aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=FMV-DISABLED %s
15
- // RUN: %clang --target=aarch64-linux-gnu -### -c %s 2>&1 | FileCheck -check-prefix=FMV-DISABLED %s
14
+ // RUN: %clang --rtlib=libgcc -- target=aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=FMV-DISABLED %s
15
+ // RUN: %clang --rtlib=libgcc -- target=aarch64-linux-gnu -### -c %s 2>&1 | FileCheck -check-prefix=FMV-DISABLED %s
16
16
17
17
// Disabled for older android versions:
18
18
// RUN: %clang --rtlib=compiler-rt --target=aarch64-linux-android -### -c %s 2>&1 | FileCheck -check-prefix=FMV-DISABLED %s
You can’t perform that action at this time.
0 commit comments