AsmParser: Accept optional code snippets after the @src tags

This commit is contained in:
Kamil Śliwak
2021-09-14 12:09:59 +02:00
parent 37f681c430
commit d78522b08b
3 changed files with 189 additions and 2 deletions
+1
View File
@@ -192,6 +192,7 @@ def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
# white list of ids which are not covered by tests
white_ids = {
"9804", # Tested in test/libyul/ObjectParser.cpp.
"1544",
"2674",
"6367",
"8387",