1 // RUN: %clang -### -fopenmp=libomp --target=x86_64-linux-gnu -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin %s 2>&1 | FileCheck %s 2 foo()3 void foo() {} 4 5 // CHECK: -L{{.*}}Inputs{{.*}}basic_linux_tree 6