summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/Windows/mangling.ll
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-02 20:32:05 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-02 20:32:05 +0000
commit396e5e328ccae90acc6dff60f4957af8cc53c955 (patch)
treef7a5c606ed284f87af842f4b3737d326a0639d2c /test/CodeGen/ARM/Windows/mangling.ll
parentbc413d65a27548004a97c25e0bb82489246d85b9 (diff)
downloadllvm-396e5e328ccae90acc6dff60f4957af8cc53c955.tar.gz
llvm-396e5e328ccae90acc6dff60f4957af8cc53c955.tar.bz2
llvm-396e5e328ccae90acc6dff60f4957af8cc53c955.tar.xz
ARM: update subtarget information for Windows on ARM
Update the subtarget information for Windows on ARM. This enables using the MC layer to target Windows on ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/Windows/mangling.ll')
-rw-r--r--test/CodeGen/ARM/Windows/mangling.ll9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/Windows/mangling.ll b/test/CodeGen/ARM/Windows/mangling.ll
new file mode 100644
index 0000000000..ce1fe2ee7e
--- /dev/null
+++ b/test/CodeGen/ARM/Windows/mangling.ll
@@ -0,0 +1,9 @@
+; RUN: llc -mtriple=thumbv7-windows -mcpu=cortex-a9 -o - %s | FileCheck %s
+
+define void @function() nounwind {
+entry:
+ ret void
+}
+
+; CHECK-LABEL: function
+