Introduce a Bazel build configurationThis patch introduces configuration for a Bazel BUILD in a sidedirectory in the monorepo.This is following the approval ofhttps://github.com/llvm/llvm-www/b
Introduce a Bazel build configurationThis patch introduces configuration for a Bazel BUILD in a sidedirectory in the monorepo.This is following the approval ofhttps://github.com/llvm/llvm-www/blob/main/proposals/LP0002-BazelBuildConfiguration.mdAs detailed in the README, the Bazel BUILD is not supportedby the community in general, and is maintained only by interestedparties. It follows the requirements of the LLVM peripheral tier:https://llvm.org/docs/SupportPolicy.html#peripheral-tier.This is largely copied from https://github.com/google/llvm-bazel,with a few filepath tweaks and the addition of the README.Reviewed By: echristo, keith, dblaikie, kuharDifferential Revision: https://reviews.llvm.org/D90352
show more ...