Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / ThinLTO / X86 / Inputs / section.ll
blob243c8eca3c4cb3b4cf69151c594683ddb9c4691d
1 ; An internal global variable that can't be renamed because it has a section
2 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
3 @var_with_section = internal global i32 0, section "some_section"
5 ; @reference_gv_with_section() can't be imported
6 define i32 @reference_gv_with_section() {
7     %res = load i32, ptr @var_with_section
8     ret i32 %res
11 ; canary
12 define void @foo() {
13     ret void