[PATCH] D140726: lld: CHECK->LLD_CHECK to reduce chance of conflict with other libraries

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 06:16:14 PST 2022


thakis added a comment.

This is only used in lld cpp files, and lld's header files aren't meant to be used outside it. So halide is doing something unsupported.

Could halide undef this macro after including the lld header and before including absl headers instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140726



More information about the llvm-commits mailing list