Skip to content

Commit e7f6038

Browse files
authored
[LLVM] Mark reloc-none test unsupported on Hexagon (#171205)
Prevents infinite loop issue recorded in #147427. More work will be required to make @llvm.reloc_none work correctly on Hexagon.
1 parent 65dd29b commit e7f6038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/Generic/reloc-none.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
; RUN: llc < %s | FileCheck %s
22

33
; CHECK: .reloc {{.*}}, BFD_RELOC_NONE, foo
4+
; UNSUPPORTED: target=hexagon{{.*}}
45

56
define void @test_reloc_none() {
67
call void @llvm.reloc.none(metadata !"foo")

0 commit comments

Comments
 (0)