[PATCH] D107049: [clang-repl] Re-implement clang-interpreter as a test case.

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 26 13:20:41 PDT 2021


v.g.vassilev added inline comments.


================
Comment at: clang/unittests/Interpreter/CMakeLists.txt:5
+  OrcJIT
+  Support
   )
----------------
v.g.vassilev wrote:
> thakis wrote:
> > Why are these additions needed here again? This change doesn't add any code to ClangReplInterpreterTests as far as I can tell. Are these remnants from before the exception tests were in a different binary?
> Thanks for noticing that. The story was that `clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt` required `${LLVM_TARGETS_TO_BUILD} Core OrcJIT Support` as a dependency -- I was not sure why but I added the same here. I am testing now if I can get rid of both. I do not understand why we will need different set of dependencies for these tests as they should be using more or less the same set of functionality...
I dropped these dependencies as you mentioned -- thanks again.


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

https://reviews.llvm.org/D107049



More information about the cfe-commits mailing list