6 lines · plain
1! RUN: %clang --driver-mode=flang --target=x86_64-pc-windows-msvc -### %s -Ltest 2>&1 | FileCheck %s
2!
3! Test that user provided paths come before the Flang runtimes
4! CHECK: "-libpath:test"
5! CHECK: "-libpath:{{.*(\\|/)}}lib"
6