Skip to content

Commit

Permalink
[AIE][CI] Don't test compiler-rt linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed Apr 30, 2024
1 parent 58e4391 commit b8670fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/test/CodeGen/aie/aie-builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
//===----------------------------------------------------------------------===//
// RUN: %clang -O2 -ffast-math --target=aie-none-elf %s -S -o %t
// RUN: cat %t | FileCheck %s
// RUN: %clang -O2 -ffast-math --target=aie-none-elf %s -o %t.o
// RUN: llvm-objdump -dr --triple=aie %t.o | FileCheck %s --check-prefix=CHECK-LINK

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

#include<stdint.h>

Expand Down

0 comments on commit b8670fd

Please sign in to comment.