[PATCH] D64146: [Clang Interpreter] Initial patch for the constexpr interpreter

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 03:58:21 PDT 2019


lebedev.ri added a comment.

In D64146#1657117 <https://reviews.llvm.org/D64146#1657117>, @svenvh wrote:

> Shared library builds seem to be broken indeed.  I tried fixing by adding `Support` and `clangAST` as dependencies for `clangInterp`, but that creates a cyclic dependency between `clangAST` <-> `clangInterp`.  Which makes me wonder whether `clangInterp` should be a separate library or be part of `clangAST`?


Arrived at same conclusions, reverted in rL370874 <https://reviews.llvm.org/rL370874>.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64146





More information about the cfe-commits mailing list