mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-20 10:07:02 +00:00
Fix buildbot failure
llvm-svn: 276512
This commit is contained in:
parent
0fdab5eb69
commit
6f6825fe13
@ -22,8 +22,9 @@
|
||||
// RUN: mkdir -p %t.prof/
|
||||
// RUN: %clang_pgogen=%t.prof -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -fPIC -shared -o %t.d/t.ir.m.shared -DSHARED_LIB %S/Inputs/instrprof-value-prof-real.c
|
||||
// RUN: %clang_pgogen=%t.prof -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -rpath %t.d -o %t.ir.m %t.d/t.ir.m.shared -DCALL_SHARED %S/Inputs/instrprof-value-prof-real.c
|
||||
// RUN: LLVM_VP_MAX_NUM_VALS_PER_SITE=255 %run %t.ir.m
|
||||
// RUN: env LLVM_VP_MAX_NUM_VALS_PER_SITE=255 %run %t.ir.m
|
||||
// RUN: llvm-profdata merge -o %t.ir.m.profdata -dump-input-file-list %t.prof/ | count 2
|
||||
// RUN: llvm-profdata merge -o %t.ir.m.profdata %t.prof/
|
||||
// RUN: llvm-profdata show --all-functions -ic-targets %t.ir.m.profdata | FileCheck %S/Inputs/instrprof-value-prof-real.c
|
||||
// RUN: llvm-profdata merge -text %t.ir.m.profdata -o %t.ir.m.proftxt
|
||||
// RUN: llvm-profdata show --all-functions -ic-targets %t.ir.m.profdata | FileCheck %S/Inputs/instrprof-value-prof-real.c --check-prefix=SHARED
|
||||
|
Loading…
x
Reference in New Issue
Block a user