[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / compiler-rt / test / profile / instrprof-merge-match.test
blob88ec6a9e9323ea8d0acae280361d4d5921ede438
1 // RUN: mkdir -p %t.d
2 // RUN: %clang_profgen  -o %t.d/libt.so -fPIC -shared %S/Inputs/instrprof-merge-match-lib.c
3 // RUN: %clang_profgen  -o %t -L %t.d -rpath %t.d  %S/Inputs/instrprof-merge-match.c -lt
4 // RUN: %run %t
6 rpath isn't supported on Windows.
7 UNSUPPORTED: target={{.*windows.*}}