From 2227f83b1d924a6efa5daca19c27e741a5545d5e Mon Sep 17 00:00:00 2001 From: morpingsss Date: Fri, 26 Jul 2024 16:18:39 +0800 Subject: [PATCH] docs(llgo/chore/llcppg): Modify the name of the json generated by llcppsigfetch --- chore/llcppg/design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chore/llcppg/design.md b/chore/llcppg/design.md index 23523654..9c6eda54 100644 --- a/chore/llcppg/design.md +++ b/chore/llcppg/design.md @@ -210,7 +210,7 @@ type Parameter struct { func ParseHeaderFile(filePath string) ([]common.ASTInformation, error) ``` -3. Generate the final JSON mapping file `func_prototype.json` +3. Generate the final JSON mapping file `llcppg.information.json` ```go func GenerateJSONFile(info []common.ASTInformation) @@ -238,7 +238,7 @@ func ParseHeaderFile(filePath string) ([]common.ASTInformation, error) ### Input -No input required, directly reads `func_prototype.json` file +No input required, directly reads `llcppg.information.json` file ### Implementation Steps