Skip to content

Commit b8670fd

Browse files
[AIE][CI] Don't test compiler-rt linking.
1 parent 58e4391 commit b8670fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/CodeGen/aie/aie-builtins.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
//===----------------------------------------------------------------------===//
1010
// RUN: %clang -O2 -ffast-math --target=aie-none-elf %s -S -o %t
1111
// RUN: cat %t | FileCheck %s
12-
// RUN: %clang -O2 -ffast-math --target=aie-none-elf %s -o %t.o
13-
// RUN: llvm-objdump -dr --triple=aie %t.o | FileCheck %s --check-prefix=CHECK-LINK
1412

15-
// We should automatically link against the builtins.
13+
// Note that this doesn't actually test linking against the builtins, since
14+
// we don't necessarily have a good way to require that the runtimes are actually
15+
// compiled.
1616

1717
#include<stdint.h>
1818

0 commit comments

Comments
 (0)