Skip to content

Commit

Permalink
Fix test/Assembler/ifunc-asm.ll test on hexagon-elf bots
Browse files Browse the repository at this point in the history
Temporary disable llc test, it seems that such test should be in some
other directory.

llvm-svn: 265669
  • Loading branch information
dmpolukhin committed Apr 7, 2016
1 parent 2af33e3 commit af16b95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/test/Assembler/ifunc-asm.ll
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit af16b95

Please sign in to comment.