forked from OSchip/llvm-project
7 lines
306 B
Plaintext
7 lines
306 B
Plaintext
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
|