Skip to content

Commit 83a1b6d

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b2dd4fabacd7' from llvm.org/main into next
2 parents 55b0955 + b2dd4fa commit 83a1b6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/test/ThinLTO/X86/distributed_indexes.ll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
; RUN: llvm-dis %t1.bc.thinlto.bc -o - | FileCheck %s --check-prefix=DIS
4949
; DIS: aliasee: null
5050

51+
; RUN: opt -passes=function-import -import-all-index -summary-file=%t1.bc.thinlto.bc %t1.bc -S -o - 2>&1 | FileCheck %s --check-prefix=IR
52+
; Tests that analias definition is imported.
53+
; IR: define available_externally void @analias
54+
5155
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
5256

5357
declare void @g(...)

0 commit comments

Comments
 (0)