MC-COFF: Add test for my last commit.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 8 Oct 2010 00:00:28 +0000 (00:00 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 8 Oct 2010 00:00:28 +0000 (00:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116015 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/COFF/simple-fixups.ll [new file with mode: 0644]

diff --git a/test/MC/COFF/simple-fixups.ll b/test/MC/COFF/simple-fixups.ll
new file mode 100644 (file)
index 0000000..c2fb42e
--- /dev/null
@@ -0,0 +1,29 @@
+; The purpose of this test is to verify that we do not produce unneeded
+; relocations when symbols are in the same section and we know their offset.
+
+; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o - | coff-dump.py | FileCheck %s
+; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o - | coff-dump.py | FileCheck %s
+
+define void @foo() {
+e:
+  br label %i
+i:
+  br label %i
+}
+
+define void @bar() {
+e:
+  br label %i
+i:
+  br label %i
+}
+
+define void @baz() {
+e:
+  call void @baz()
+  ret void
+}
+
+; CHECK:     Sections = [
+; CHECK-NOT: NumberOfRelocations = {{[^0]}}
+; CHECK:     Symbols = [