[Transforms] Silence a warning in SROA.cpp (NFC)
[llvm-project.git] / llvm / test / ThinLTO / X86 / strong_non_prevailing.ll
blobd70a674aff406717d8316c44b5de3b6c2ffe3c0c
1 ; RUN: opt -module-summary %s -o %t.bc
2 ; RUN: opt -module-summary %p/Inputs/strong_non_prevailing.ll -o %t2.bc
4 ; RUN: llvm-lto -thinlto-action=run %t.bc %t2.bc -exported-symbol=__llvm_profile_filename
5 ; RUN: llvm-nm -o - < %t.bc.thinlto.o | FileCheck %s --check-prefix=EXPORTED
6 ; RUN: llvm-nm -o - < %t2.bc.thinlto.o 2>&1 | count 0
8 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9 target triple = "x86_64-unknown-linux-gnu"
11 $__llvm_profile_filename = comdat any
13 @__llvm_profile_filename = constant [19 x i8] c"default_%m.profraw\00", comdat
15 ; EXPORTED: R __llvm_profile_filename