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 9fcb675 commit 0bdbf2cCopy full SHA for 0bdbf2c
llvm/docs/CommandGuide/llvm-ir2vec.rst
@@ -1,5 +1,5 @@
1
llvm-ir2vec - IR2Vec and MIR2Vec Embedding Generation Tool
2
-===========================================================
+==========================================================
3
4
.. program:: llvm-ir2vec
5
llvm/docs/conf.py
@@ -273,7 +273,8 @@ def process_rst(name):
273
274
if len(header) != len(title):
275
print(
276
- "error: invalid header in %r (does not match title)" % file_subpath,
+ "error: invalid header length in %r (does not match length of title)"
277
+ % file_subpath,
278
file=sys.stderr,
279
)
280
if " - " not in title:
0 commit comments