We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625841c commit f7bbc40Copy full SHA for f7bbc40
lld/test/ELF/hip-section-layout.s
@@ -7,8 +7,10 @@
7
8
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux --defsym=NON_HIP_SECTIONS=1 %s -o %t.1.o
9
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux --defsym=HIP_SECTIONS=1 %s -o %t.2.o
10
-# RUN: ld.lld %t.1.o %t.2.o -o %t.s.out
11
-# RUN: llvm-readobj --sections %t.s.out | FileCheck %s
+# RUN: ld.lld %t.1.o %t.2.o -o %t.1.s.out
+# RUN: llvm-readobj --sections %t.1.s.out | FileCheck %s
12
+# RUN: ld.lld %t.2.o %t.1.o -o %t.2.s.out
13
+# RUN: llvm-readobj --sections %t.2.s.out | FileCheck %s
14
15
.ifdef HIP_SECTIONS
16
.section .hipFatBinSegment,"aw",@progbits; .space 1
0 commit comments