[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 3 13:42:49 PST 2021
rsmith added inline comments.
================
Comment at: clang/test/Interpreter/execute.c:1
+// RUN: cat %s | clang-repl | FileCheck %s
+
----------------
Presumably here (and in all the interpreter tests) we will need to check that we configured Clang and LLVM so that they can actually JIT code for the host machine, and disable the test if not.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96033/new/
https://reviews.llvm.org/D96033
More information about the cfe-commits
mailing list