Regenerate JSON file for llvmint every time
This commit is contained in:
parent
be960e1747
commit
e25e2c3b94
1 changed files with 5 additions and 6 deletions
|
@ -116,7 +116,6 @@ def extract_instrinsics_from_llvmint(llvmint, intrinsics):
|
|||
]
|
||||
|
||||
json_file = os.path.join(llvmint, "target/doc/llvmint.json")
|
||||
if not os.path.exists(json_file):
|
||||
# We need to regenerate the documentation!
|
||||
run_command(
|
||||
["cargo", "rustdoc", "--", "-Zunstable-options", "--output-format", "json"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue