aboutsummaryrefslogtreecommitdiff
path: root/test/Linker/Inputs/thumb-module-inline-asm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/thumb-module-inline-asm.ll')
-rw-r--r--test/Linker/Inputs/thumb-module-inline-asm.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Linker/Inputs/thumb-module-inline-asm.ll b/test/Linker/Inputs/thumb-module-inline-asm.ll
new file mode 100644
index 000000000000..7792ff96d5b5
--- /dev/null
+++ b/test/Linker/Inputs/thumb-module-inline-asm.ll
@@ -0,0 +1,3 @@
+target triple = "thumbv7-linux-gnueabihf"
+
+module asm "orn r1, r2, r2"