Skip to content

Commit f1ec45a

Browse files
authoredOct 7, 2024··
[Driver] Use empty multilib file in another test (#111352)
This makes the test independent of the one provided by a toolchain clang is built into, which can cause the output of -print-multi-flags-experimental to change.
1 parent d9e986e commit f1ec45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clang/test/Driver/aarch64-multilib-rcpc3.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang --target=aarch64-none-elf -march=armv8.9-a+rcpc3 -print-multi-flags-experimental -c %s 2>&1 | FileCheck %s
1+
// RUN: %clang --target=aarch64-none-elf -march=armv8.9-a+rcpc3 -print-multi-flags-experimental -multi-lib-config=%S/Inputs/multilib/empty.yaml -c %s 2>&1 | FileCheck %s
22

33
// The purpose of this regression test is to make sure that when
44
// compile options are converted into multilib selection flags, no

0 commit comments

Comments
 (0)
Please sign in to comment.