cpp/llvm; os.Args; build: add llvm.BinDir to PATH

This commit is contained in:
xushiwei
2024-07-15 00:22:10 +08:00
parent 9156466351
commit cbe190fa70
9 changed files with 210 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ func (*TranslationUnit) Cursor() (ret Cursor) {
type CursorKind c.Int
/* for debug/testing */
// llgo:link (CursorKind).String C.clang_getCursorKindSpelling
// llgo:link CursorKind.String C.clang_getCursorKindSpelling
func (CursorKind) String() (ret String) {
return
}