Lines Matching +full:shared +full:- +full:llvm
1 RUN: mkdir -p %t.d
2 …UN: %clang_profgen -fdata-sections -ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -f…
3 …n -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-mapping -o %t.d/a…
4 …-fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d…
6 …-fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-static %t.d/a.shared.o %…
8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
14 RUN: llvm-cov show -instr-profile %t-shared.profdata %t.d/a.shared | FileCheck --check-prefix=COV %…
15 RUN: llvm-cov show -instr-profile %t-static.profdata %t-static | FileCheck --check-prefix=COV %S/..…