brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · e7aad33 Raw
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