[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Driver / modules-fprebuilt-mdoule-path.cpp
blob900645546394bde0a63d77cc9e22e5526ba5fa9b
1 // RUN: %clang -std=c++2a -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
2 // RUN: %clang -std=c++20 -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
3 // RUN: %clang -std=c++23 -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
4 // RUN: %clang -std=c++latest -fprebuilt-module-path=. -### -c %s 2>&1 | FileCheck %s
5 //
6 // CHECK-NOT: warning: argument unused during compilation
7 // CHECK: -fprebuilt-module-path=.