We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a045626 commit f439cb6Copy full SHA for f439cb6
llvm/test/CodeGen/Generic/reloc_none.ll
@@ -0,0 +1,10 @@
1
+; RUN: llc < %s | FileCheck %s
2
+
3
+; CHECK: .reloc {{.*}}, BFD_RELOC_NONE, foo
4
5
+define void @test_reloc_none() {
6
+ call void @llvm.reloc.none(metadata !"foo")
7
+ ret void
8
+}
9
10
+declare void @llvm.reloc.none(metadata)
0 commit comments