linux-packaging-mono/external/llvm-project/compiler-rt/test/profile/instrprof-dlopen-dlclose-gcov.test

7 lines
306 B
Plaintext
Raw Normal View History

RUN: mkdir -p %t.d
RUN: %clang --coverage -o %t.d/func.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func.c
RUN: %clang --coverage -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c
RUN: %clang --coverage -o %t -fPIC -rpath %t.d %S/Inputs/instrprof-dlopen-dlclose-main.c
RUN: %run %t