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 cd55931 commit 74f37d7Copy full SHA for 74f37d7
llvm/test/tools/yaml2obj/ELF/section-type.yaml
@@ -43,7 +43,7 @@ Sections:
43
44
## Check that we can handle unknown section types.
45
46
-# RUN: not yaml2obj %s --docnum=3 -o %t3 2>&1 | FileCheck %s --check-prefix=UNKNOWN-SHT-TYPE
+# RUN: not yaml2obj %s --docnum=3 -o %t3 2>&1 | FileCheck %s --check-prefix=UNKNOWN-TYPE
47
48
--- !ELF
49
FileHeader:
@@ -54,4 +54,3 @@ Sections:
54
- Name: .foo
55
Type: SHT_UNKNOWN_TYPE
56
57
-# UNKNOWN-SHT-TYPE: error: invalid hex32 number
0 commit comments