[PATCH] D30656: CMake: Don't install llvm-tblgen twice

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 08:49:21 PDT 2021


beanz added a comment.

You can’t make tablegen link the LLVM dylib since parts of the dylib depend on tablegen.

If you’re hitting this building clang against an installed copy of LLVM, you probably need to get your installed LLVM from somewhere that includes some of the static archives.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D30656



More information about the llvm-commits mailing list