Skip to content

1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Mar 19:51
· 29 commits to main since this release
970d784

Version 1.0.2

Changelog

  • Applied DWYU cleanup.

For Bazel WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_proto",
  url = "https://github.com/helly25/proto/releases/download/1.0.2/proto-1.0.2.tar.gz",
  sha256 = "53790659218f7ed70567e2d32ddac8ce2406f481b335b863bb5b910640be6938",
)

For Bazel MODULES.bazel

bazel_dep(name = "helly25_proto", version = "1.0.2")

Using the provided LLVM

Copy llvm.MODULE.bazel to your repository's root directory and add the following line to your MODULES.bazel file or paste the whole contents into it.

include("//:llvm.MODULE.bazel")

What's Changed

Full Changelog: 1.0.1...1.0.2