Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Build 0.3 for LLVM's release 9

Choose a tag to compare

@samolisov samolisov released this 24 Jan 07:40
· 106 commits to master since this release

Build 0.3 for LLVM's release 9.

Changelog

  • Fixed a bug with the header guard in the generated include/llvm_config.h: the guard was the same as used in LLVM's include/llvm/Config/llvm-config.h and this fact prevented the LLVM's config being included.

How to use in WORKSPACE

http_archive(
    name = "bazel_llvm_bridge",
    sha256 = "afca27cd1c16b4562a298a53eb37bf10a447883aac2b6ca99e4542711d2ee9bb",
    strip_prefix = "bazel-llvm-bridge-release-9-03",
    url = "https://github.com/samolisov/bazel-llvm-bridge/archive/release/9-03.zip",
)