From: Dmitry Polukhin Date: Thu, 7 Apr 2016 13:18:43 +0000 (+0000) Subject: Fix test/Assembler/ifunc-asm.ll test on hexagon-elf bots X-Git-Tag: llvmorg-3.9.0-rc1~9744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af16b958c0a0746f3b3fc354443a6b16ff83a7ee;p=platform%2Fupstream%2Fllvm.git Fix test/Assembler/ifunc-asm.ll test on hexagon-elf bots Temporary disable llc test, it seems that such test should be in some other directory. llvm-svn: 265669 --- diff --git a/llvm/test/Assembler/ifunc-asm.ll b/llvm/test/Assembler/ifunc-asm.ll index 7c30a35..8060c2e 100644 --- a/llvm/test/Assembler/ifunc-asm.ll +++ b/llvm/test/Assembler/ifunc-asm.ll @@ -1,11 +1,9 @@ ; RUN: llvm-as < %s | llvm-dis | FileCheck %s --check-prefix=CHECK-LLVM -; RUN: llvm-as < %s -o - | llc -filetype=asm | FileCheck %s --check-prefix=CHECK-ASM target triple = "x86_64-unknown-linux-gnu" @foo = ifunc i32 (i32), i64 ()* @foo_ifunc ; CHECK-LLVM: @foo = ifunc i32 (i32), i64 ()* @foo_ifunc -; CHECK-ASM: .type foo,@gnu_indirect_function define internal i64 @foo_ifunc() { entry: