summaryrefslogtreecommitdiff
path: root/test/MC/COFF/switch-relocations.ll
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-10-09 11:01:07 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-10-09 11:01:07 +0000
commit7d4900416af3813aa9473e6ec2f0497ad5d208dd (patch)
tree39faaed2d6c112d2a959c959ed95ddd6fb5506e6 /test/MC/COFF/switch-relocations.ll
parentc0c8df3cea0dde2069edd10313a958508f99ec85 (diff)
downloadllvm-7d4900416af3813aa9473e6ec2f0497ad5d208dd.tar.gz
llvm-7d4900416af3813aa9473e6ec2f0497ad5d208dd.tar.bz2
llvm-7d4900416af3813aa9473e6ec2f0497ad5d208dd.tar.xz
MC-COFF: Add COFFAsmParser. Completes PR8343.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/COFF/switch-relocations.ll')
-rw-r--r--test/MC/COFF/switch-relocations.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/COFF/switch-relocations.ll b/test/MC/COFF/switch-relocations.ll
index 300c10732e..faf185fb72 100644
--- a/test/MC/COFF/switch-relocations.ll
+++ b/test/MC/COFF/switch-relocations.ll
@@ -3,6 +3,9 @@
; This test case was reduced from Lua/lapi.c.
+; This test has yet to be converted to assembly becase llvm-mc cannot read
+; x86-64 COFF code yet.
+
; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o %t
; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o %t