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

@@ -16,6 +16,8 @@
package std
// -----------------------------------------------------------------------------
const (
LLGoFiles = "_wrap/string.cpp"
LLGoPackage = "link: c++"

View File

@@ -25,6 +25,11 @@ import (
// -----------------------------------------------------------------------------
// StringView represents a C++ std::string_view object.
type StringView = string
// -----------------------------------------------------------------------------
// String represents a C++ std::string object.
type String struct {
Unused [24]byte