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 080d7fe commit 6e50b67Copy full SHA for 6e50b67
lld/test/COFF/nodbgdirmerge.test
@@ -2,7 +2,7 @@ RUN: yaml2obj %p/Inputs/pdb1.yaml -o %t1.obj
2
RUN: yaml2obj %p/Inputs/pdb2.yaml -o %t2.obj
3
RUN: rm -f %t.dll %t.pdb
4
5
-## Check that it emits the debug directory in .build section when
+## Check that it emits the debug directory in .cvinfo section when
6
## /nodbgdirmerge is specified
7
RUN: lld-link /debug /pdb:%t.pdb /pdbaltpath:test.pdb /dll /out:%t.dll \
8
RUN: /entry:main /nodefaultlib /nodbgdirmerge %t1.obj %t2.obj
0 commit comments