mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 01:46:06 +00:00

Added support for incremental mode 8 and 28 ie. `frontend::EmitBC:` and `frontend::PrintPreprocessedInput:` Added supporting clang tests to test in clang-repl mode Reviewed By: v.g.vassilev Differential Revision: https://reviews.llvm.org/D125946
4 lines
90 B
C++
4 lines
90 B
C++
// RUN: clang-repl -Xcc -E
|
|
// RUN: clang-repl -Xcc -emit-llvm
|
|
// expected-no-diagnostics
|