You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,13 +0,0 @@
|
||||
; Check the linkage types in both the per-module and combined summaries.
|
||||
; RUN: opt -module-summary %s -o %t.o
|
||||
; RUN: llvm-bcanalyzer -dump %t.o | FileCheck %s
|
||||
; RUN: llvm-lto -thinlto -o %t2 %t.o
|
||||
; RUN: llvm-bcanalyzer -dump %t2.thinlto.bc | FileCheck %s --check-prefix=COMBINED
|
||||
|
||||
; Flags should be 0x17 (23) for local linkage (0x3) and not being importable
|
||||
; (0x10) due to local linkage plus having a section.
|
||||
; CHECK: <PERMODULE {{.*}} op1=23
|
||||
; COMBINED-DAG: <COMBINED {{.*}} op2=23
|
||||
define internal void @functionWithSection() section "some_section" {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user