sandboxed-api/sandboxed_api/bazel
Christian Blichmann 4b2c730c5e Bazel: Make generator configurable
This change introduces an experimental `generator_version` attribute to the
`sapi_library()` rule. Version `1` will select the current interface
generator, which is based on libclang and Python. Setting the attribute to
version `2`, will select the newer interface generator written in C++ that
uses a full clang compiler frontend for parsing. Both emit equivalent header
output, differences in parsing and/or edge cases notwithstanding.

The default, as of now, is still the old version `1` generator.

Note: CMake allows to select the new interface generator globally by setting
`SAPI_ENABLE_GENERATOR`.
PiperOrigin-RevId: 438765013
Change-Id: I69c49a6bcf1751724edb0bce5c3b2beea2097138
2022-04-01 01:34:48 -07:00
..
external Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
BUILD Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
build_defs.bzl Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
embed_data.bzl Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
llvm_config.bzl bazel: Add build rules for the new interface generator 2022-04-01 00:55:30 -07:00
proto.bzl Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
repositories.bzl Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
sapi.bzl Bazel: Make generator configurable 2022-04-01 01:34:48 -07:00
sapi_deps.bzl Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00