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 7fe7553 commit a766f3dCopy full SHA for a766f3d
llvm/test/tools/llvm-objcopy/COFF/string-table.test
@@ -1,3 +1,6 @@
1
+## Show that section names appear before symbol names in the COFF strtab.
2
+## These names are only added to the strtab if they exceed 8 characters.
3
+
4
# RUN: yaml2obj %s -o %t
5
# RUN: touch %t.sec
6
# RUN: llvm-objcopy --add-section=.debug_str=%t.sec %t %t1
@@ -10,7 +13,6 @@
10
13
# CHECK-NEXT: [ 1a] symbol_aaa
11
14
# CHECK-NEXT: }
12
15
-# Symbol or section name is added into strtab only if it exceeds 8 characters.
16
--- !COFF
17
header:
18
Machine: IMAGE_FILE_MACHINE_AMD64
0 commit comments