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