[PATCH] D138967: [runtimes] Create check- targets for LLVM_RUNTIME_DISTRIBUTION_COMPONENTS

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 11:13:39 PST 2022


smeenai added a subscriber: compnerd.
smeenai added a comment.

I think that'd be pretty nice. Right now there's a bunch of different and inconsistent ways to control which parts of compiler-rt you build (e.g. the sanitizers have `COMPILER_RT_SANITIZERS_TO_BUILD`, but then things like XRay and libfuzzer have dedicated `COMPILER_RT_BUILD_*` variables), and it'd be great to have a consistent interface instead. I know @compnerd and some others have been interested in reorganizing compiler-rt, and this could be part of that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138967/new/

https://reviews.llvm.org/D138967



More information about the llvm-commits mailing list