[PATCH] D74588: Use DISABLE_LLVM_LINK_LLVM_DYLIB for TableGenTests

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 18:02:17 PDT 2021


aaronpuchert added a comment.

On the other hand, if `llvm-tblgen` is not meant to link with the LLVM dylib, maybe the unit test for `TableGen` should also be standalone? Which would be an argument for the change as it is.

I think it wouldn't awfully hurt: the much bigger target unit tests are also not linking with the dylib, while this is just linking two source files with two of most basic components.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74588



More information about the llvm-commits mailing list