Skip to content

Commit

Permalink
[aie2] fix startup checks
Browse files Browse the repository at this point in the history
Depending on how clang is configured, this test can have
multiple correct answers.
  • Loading branch information
stephenneuendorffer committed Jun 5, 2024
1 parent 9613199 commit 7af6969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/aie2/aie2-startup.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
// RUN: %clang %s -### --target=aie2-none-unknown-elf -ccc-install-dir %S/../Inputs/basic_aie_tree/bin 2>&1 \
// RUN: | FileCheck -check-prefix=LIBS %s
// LIBS: "{{.*}}ld.lld"
// LIBS-SAME: "{{.*}}/lib/clang/{{.*}}/lib/aie2-none-unknown-elf/libclang_rt.builtins.a"
// LIBS-SAME: "{{.*}}/lib/clang/{{.*}}/lib/{{(aie2-none-unknown-elf/libclang_rt.builtins.a)|(libclang_rt.builtins-aie2.a)}}"
// LIBS-SAME: "{{.*}}/lib/aie2-none-unknown-elf/crt0.o"
// LIBS-SAME: "{{.*}}/lib/aie2-none-unknown-elf/crt1.o"

0 comments on commit 7af6969

Please sign in to comment.