Go Noob question: How can I output LLVM IR, instrument it and also looking for a symbolic execution engine

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. klee

    KLEE Symbolic Execution Engine

    I also want to use something like KLEE: https://klee.github.io/

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. llvm

    Library for interacting with LLVM IR in pure Go. (by llir)

    https://github.com/llir/llvm a Go library for parsing and producing LLVM IR (written by the llir team, of whom I'm a member).

  4. go-llvm

    Go bindings to LLVM. Used as part of TinyGo.

    https://github.com/tinygo-org/go-llvm a Go library with bindings to the system installed version of LLVM. Note, this can be helpful since compiling your own local version of LLVM can take a few hours.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using LLVM with Go

    1 project | /r/Compilers | 31 Mar 2022
  • Compiling llvm ir into a binary using Go

    1 project | /r/golang | 29 Mar 2022
  • Enums in Go: best way to convert back to string value?

    2 projects | /r/golang | 6 Jan 2022
  • Is Go Worth Learning in 2025?

    3 projects | dev.to | 14 May 2025
  • Golang Web: PATCH Method

    4 projects | dev.to | 2 Feb 2025