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 63224d7 commit c8864bcCopy full SHA for c8864bc
bolt/test/runtime/bolt-reserved.cpp
@@ -16,8 +16,8 @@
16
* not enough for allocating new sections.
17
*/
18
19
-// RUN: %clang %s -o %t.exe -Wl,--no-eh-frame-hdr -Wl,-q -DTINY
20
-// RUN: not llvm-bolt %t.exe -o %t.bolt.exe 2>&1 | \
+// RUN: %clang %s -o %t.tiny.exe -Wl,--no-eh-frame-hdr -Wl,-q -DTINY
+// RUN: not llvm-bolt %t.tiny.exe -o %t.tiny.bolt.exe 2>&1 | \
21
// RUN: FileCheck %s --check-prefix=CHECK-TINY
22
23
// CHECK-TINY: BOLT-ERROR: reserved space (1 byte) is smaller than required
0 commit comments