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 54a962b commit 93e2b59Copy full SHA for 93e2b59
lld/test/ELF/linkerscript/noload.s
@@ -19,7 +19,7 @@
19
20
## The output SHT_PROBITS is contrary to the user expectation of SHT_NOBITS.
21
## Issue a warning. See https://github.com/ClangBuiltLinux/linux/issues/1597
22
-# RUN: ld.lld --script %t/lds %t.o %t/mismatch.o -o %t/out 2>&1 |& FileCheck %s --check-prefix=WARN
+# RUN: ld.lld --script %t/lds %t.o %t/mismatch.o -o %t/out 2>&1 | FileCheck %s --check-prefix=WARN
23
# RUN: llvm-readelf -S -l %t/out | FileCheck %s --check-prefix=CHECK2
24
25
# WARN: warning: section type mismatch for .data_noload_a
0 commit comments