anza-xyz / platform-tools

Apache License 2.0
47 stars 32 forks source link

Release bpf-tools v1.6 #8

Closed dmakarov closed 3 years ago

dmakarov commented 3 years ago

This release contains LLVM BPF backend that enables Solana extension by a command line option. To compile contracts for Solana network use the clang command line option -march=bpfel+solana. Rust compiler internally enables Solana extensions and doesn't require new command line options.