xref: /aosp_15_r20/external/compiler-rt/test/profile/instrprof-merge-match.test (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1*7c3d14c8STreehugger Robot// RUN: mkdir -p %t.d
2*7c3d14c8STreehugger Robot// RUN: %clang_profgen  -o %t.d/libt.so -fPIC -shared %S/Inputs/instrprof-merge-match-lib.c
3*7c3d14c8STreehugger Robot// RUN: %clang_profgen  -o %t -L %t.d -rpath %t.d  %S/Inputs/instrprof-merge-match.c -lt
4*7c3d14c8STreehugger Robot// RUN: %run %t
5*7c3d14c8STreehugger Robot
6