From f37c401c5f2b2adca791f53d6900ae2e94912636 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 27 Nov 2015 23:21:45 +0000 Subject: [PATCH] Pass .ll directly to llvm-link git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254213 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Linker/comdat_group.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Linker/comdat_group.ll b/test/Linker/comdat_group.ll index efaa94f2858..486a6ffb9b1 100644 --- a/test/Linker/comdat_group.ll +++ b/test/Linker/comdat_group.ll @@ -1,7 +1,5 @@ -; RUN: llvm-as -function-summary %s -o %t.bc - ; Ensure complete comdat group is materialized -; RUN: llvm-link %t.bc -S | FileCheck %s +; RUN: llvm-link %s -S | FileCheck %s ; CHECK: $linkoncecomdat = comdat any ; CHECK: @linkoncecomdat = linkonce global i32 2 ; CHECK: @linkoncecomdat_unref_var = linkonce global i32 2, comdat($linkoncecomdat) -- 2.34.1