bolt/deps/llvm-18.1.8/compiler-rt/test/profile/instrprof-merge-match.test

8 lines
290 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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: target={{.*windows.*}}