mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 17:34:45 +01:00
19 lines
309 B
Plaintext
19 lines
309 B
Plaintext
To edit the code locally use the repository here:
|
|
|
|
~/go/src/github.com/SRI-CSL/gllvm
|
|
|
|
Then do:
|
|
|
|
go install github.com/SRI-CSL/gllvm/cmd/...
|
|
|
|
|
|
For keeping up with the Jones:
|
|
|
|
clang -cc1 --help
|
|
|
|
https://clang.llvm.org/docs/ClangCommandLineReference.html
|
|
|
|
For fretting about race conditions:
|
|
|
|
go build -race cmd
|