We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faf17b commit b2dd4faCopy full SHA for b2dd4fa
llvm/test/ThinLTO/X86/distributed_indexes.ll
@@ -48,6 +48,10 @@
48
; RUN: llvm-dis %t1.bc.thinlto.bc -o - | FileCheck %s --check-prefix=DIS
49
; DIS: aliasee: null
50
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
+
55
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
56
57
declare void @g(...)
0 commit comments