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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 8 04:22:53 PDT 2021


thakis added inline comments.


================
Comment at: clang/unittests/Interpreter/CMakeLists.txt:5
+  OrcJIT
+  Support
   )
----------------
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?


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

https://reviews.llvm.org/D107049



More information about the cfe-commits mailing list