[PATCH] D54978: Move the SMT API to LLVM

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 08:37:24 PDT 2019


aprantl added a comment.

Thanks!

The problem with these methods is that LLVM_DUMP_METHOD forces the function to be emitted even if it is not used and Clang modules without local submodule visibility will implicitly include all header files in a module, which will then cause the missing symbol error.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54978





More information about the cfe-commits mailing list