You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
22
external/llvm/test/Bitcode/thinlto-summary-local-5.0.ll
vendored
Normal file
22
external/llvm/test/Bitcode/thinlto-summary-local-5.0.ll
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
; Bitcode compatibility test for dso_local flag in thin-lto summaries.
|
||||
; Checks that older bitcode summaries without the dso_local op are still
|
||||
; properly parsed and don't set GlobalValues as dso_local.
|
||||
|
||||
; RUN: llvm-dis < %s.bc | FileCheck %s
|
||||
; RUN: llvm-bcanalyzer -dump %s.bc | FileCheck %s --check-prefix=BCAN
|
||||
|
||||
define void @foo() {
|
||||
;CHECK-DAG:define void @foo()
|
||||
ret void
|
||||
}
|
||||
|
||||
@bar = global i32 0
|
||||
;CHECK-DAG: @bar = global i32 0
|
||||
|
||||
@baz = alias i32, i32* @bar
|
||||
;CHECK-DAG: @bar = global i32 0
|
||||
|
||||
;BCAN: <SOURCE_FILENAME
|
||||
;BCAN-NEXT: <GLOBALVAR {{.*}} op7=0/>
|
||||
;BCAN-NEXT: <FUNCTION {{.*}} op16=0/>
|
||||
;BCAN-NEXT: <ALIAS {{.*}} op9=0/>
|
Reference in New Issue
Block a user