aboutsummaryrefslogtreecommitdiff
path: root/test/profile/instrprof-merge-match.test
blob: 5448af15893de7cbfb9238b972e748e9f06c1407 (plain)
1
2
3
4
5
6
7
// RUN: mkdir -p %t.d
// RUN: %clang_profgen  -o %t.d/libt.so -fPIC -shared %S/Inputs/instrprof-merge-match-lib.c
// RUN: %clang_profgen  -o %t -L %t.d -rpath %t.d  %S/Inputs/instrprof-merge-match.c -lt
// RUN: %run %t

rpath isn't supported on Windows.
UNSUPPORTED: windows