]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/profile/instrprof-merge-match.test
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / profile / instrprof-merge-match.test
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
5