[PATCH] D109192: [WIP/DNM] Support: introduce public API annotation support

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 17:56:36 PDT 2021


compnerd added a comment.

The c-index-test failure is interesting.  libclang will link against LLVMPasses and have the `enable-ml-inliner` option and thus register it.  `c-index-tool` itself links against `LLVMPasses` and thus registers the option again, resulting in the duplicate registration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109192



More information about the llvm-commits mailing list