================ @@ -0,0 +1,65 @@ +// REQUIRES: system-windows + +// RUN: rm -rf %t +// RUN: mkdir -p %t +// RUN: split-file %s %t + +// RUN: %clang_cl /std:c++20 --precompile "%/t/Hello.cppm" "/Fo%/t/Hello.pcm" ---------------- ChuanqiXu9 wrote:
Maybe something like: ``` // RUN: %clang_cl /std:c++20 --precompile -### -- %s 2>&1 | FileCheck %s // CHECK: --precompile ``` and we can do such things for `-fmodule-file=` and `-fprebuilt-module-path=` https://github.com/llvm/llvm-project/pull/98761 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits