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

@@ -154,10 +154,6 @@ func Environ() []string {
// func Executable() (string, error)
func Exit(code int) {
os.Exit(c.Int(code))
}
// TODO(xsw):
// func Expand(s string, mapping func(string) string) string
// func ExpandEnv(s string) string