Fix test/Assembler/ifunc-asm.ll test on hexagon-elf bots
authorDmitry Polukhin <dmitry.polukhin@gmail.com>
Thu, 7 Apr 2016 13:18:43 +0000 (13:18 +0000)
committerDmitry Polukhin <dmitry.polukhin@gmail.com>
Thu, 7 Apr 2016 13:18:43 +0000 (13:18 +0000)
Temporary disable llc test, it seems that such test should be in some
other directory.

llvm-svn: 265669

llvm/test/Assembler/ifunc-asm.ll

index 7c30a35..8060c2e 100644 (file)
@@ -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: