xref: /llvm-project/clang/test/Driver/modules-fprebuilt-mdoule-path.cpp (revision ba15d186e5cef2620d562c6c9d9a6d570382cd0a)
1834a8783SChuanqi Xu // RUN: %clang -std=c++2a -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
2834a8783SChuanqi Xu // RUN: %clang -std=c++20 -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
3*ba15d186SMark de Wever // RUN: %clang -std=c++23 -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
4834a8783SChuanqi Xu // RUN: %clang -std=c++latest -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
5834a8783SChuanqi Xu //
6834a8783SChuanqi Xu // CHECK-NOT: warning: argument unused during compilation
7834a8783SChuanqi Xu // CHECK: -fprebuilt-module-path=.
8