junaire abandoned this revision.
junaire added a comment.
This isn't an ideal solution after an off-list discussion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150937/new/
https://reviews.llvm.org/D150937
___
v.g.vassilev added a comment.
I would support this change but instead of asking the JIT we should just add
`-fsyntax-only` to these invocations as they do not rely on the JIT at all.
Comment at: clang/test/Interpreter/incremental-mode.cpp:3
// RUN: clang-repl -Xcc -emit-llvm
junaire updated this revision to Diff 523697.
junaire added a comment.
.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150937/new/
https://reviews.llvm.org/D150937
Files:
clang/test/Interpreter/incremental-mode.cpp
clang/unittests/Interpreter/
junaire created this revision.
Herald added a project: All.
junaire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Signed-off-by: Jun Zhang
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150937
Files:
clang/unittest