From 2b81fe1bf3f1b3b15af351db0cc1db9d6775c9d9 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Thu, 2 Feb 2017 15:58:06 +0000 Subject: [PATCH] [ThinLTO] Resolve old FIXME for alias importing in test This FIXME was added with r265941 and should have been resolved with r266517. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293901 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/FunctionImport/funcimport.ll | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Transforms/FunctionImport/funcimport.ll b/test/Transforms/FunctionImport/funcimport.ll index 97c18488af6..974041d5e33 100644 --- a/test/Transforms/FunctionImport/funcimport.ll +++ b/test/Transforms/FunctionImport/funcimport.ll @@ -44,10 +44,12 @@ declare void @weakalias(...) #1 ; CHECK-DAG: declare void @analias declare void @analias(...) #1 -; FIXME: Add this checking back when follow on fix to add alias summary -; records is committed. ; Aliases import the aliasee function declare void @linkoncealias(...) #1 +; INSTLIMDEF-DAG: Import linkoncealias +; INSTLIMDEF-DAG: Import linkoncefunc +; CHECK-DAG: define linkonce_odr void @linkoncefunc() +; CHECK-DAG: @linkoncealias = alias void (...), bitcast (void ()* @linkoncefunc to void (...)* ; INSTLIMDEF-DAG: Import referencestatics ; INSTLIMDEF-DAG: define available_externally i32 @referencestatics(i32 %i) !thinlto_src_module !0 { -- 2.50.1