xref: /llvm-project/clang/test/Driver/print-runtime-dir.c (revision 1693009679313282afbed38778dd3fad62641e1b)
1 // Per-target directory layout
2 // RUN: %clang -print-runtime-dir --target=x86_64-pc-windows-msvc \
3 // RUN:   -resource-dir=%S/Inputs/resource_dir_with_per_target_subdir \
4 // RUN:   | FileCheck --check-prefix=PRINT-RUNTIME-DIR-PER-TARGET -DFILE=%S/Inputs/resource_dir_with_per_target_subdir  %s
5 // PRINT-RUNTIME-DIR-PER-TARGET: [[FILE]]{{/|\\}}lib{{/|\\}}x86_64-pc-windows-msvc
6