search for: update_llvm

Displaying 2 results from an estimated 2 matches for "update_llvm".

2014 Oct 09
2
[LLVMdev] Proposal: bindings for the Go programming language
...ut LLVM plus the bindings > from SVN using the mechanism described in [3]. We would check index.html > files into the www repository to support this. > > There doesn't seem to be a good way to build complex C++ projects such as LLVM > using 'go get', so there is a script (update_llvm.sh) that builds LLVM and > configures the package tree with the appropriate compiler/linker flags. This > is essentially the approach that I've taken with the existing gollvm project, > but now the script uses the copy of LLVM in the parent directory instead of > checking one out....
2014 Oct 08
3
[LLVMdev] Proposal: bindings for the Go programming language
...9;go get' to check out LLVM plus the bindings from SVN using the mechanism described in [3]. We would check index.html files into the www repository to support this. There doesn't seem to be a good way to build complex C++ projects such as LLVM using 'go get', so there is a script (update_llvm.sh) that builds LLVM and configures the package tree with the appropriate compiler/linker flags. This is essentially the approach that I've taken with the existing gollvm project, but now the script uses the copy of LLVM in the parent directory instead of checking one out. There is also a mech...