[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Driver / index-header-map.c
blob8bd677a0ba98a58b35794043c78508c44f3353c0
1 // RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log
2 // RUN: FileCheck %s < %t.log
4 // CHECK: {{-I.*Before.*-index-header-map.*-I.*Index.*-I.*After}}