We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e4391 commit b8670fdCopy full SHA for b8670fd
clang/test/CodeGen/aie/aie-builtins.cpp
@@ -9,10 +9,10 @@
9
//===----------------------------------------------------------------------===//
10
// RUN: %clang -O2 -ffast-math --target=aie-none-elf %s -S -o %t
11
// 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
14
15
-// 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.
16
17
#include<stdint.h>
18
0 commit comments