Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp...
[llvm-complete.git] / test / Bitcode / thinlto-synthetic-count-flag.ll
blobeb18a025b94ac60ceace1f7ac150da8d1925e30a
1 ; REQUIRES: x86-registered-target
2 ; RUN: opt -module-summary %s -o %t.o
4 ; Ensure synthetic entry count flag is not set on distributed index
5 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
6 ; RUN:          -r %t.o,glob,plx -compute-dead=false
7 ; RUN: llvm-bcanalyzer -dump %t.o.thinlto.bc | FileCheck %s --check-prefix=NOSYNTHETIC
8 ; NOSYNTHETIC: <FLAGS op0=0/>
10 ; Ensure synthetic entry count flag is set on distributed index
11 ; when option used to enable synthetic count propagation
12 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
13 ; RUN:          -r %t.o,glob,plx -thinlto-synthesize-entry-counts \
14 ; RUN:          -compute-dead=false
15 ; RUN: llvm-bcanalyzer -dump %t.o.thinlto.bc | FileCheck %s --check-prefix=HASSYNTHETIC
16 ; HASSYNTHETIC: <FLAGS op0=4/>
18 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
19 target triple = "x86_64-unknown-linux-gnu"
21 @glob = global i32 0