summaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/copy-data-to-ram.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/copy-data-to-ram.ll')
-rw-r--r--test/CodeGen/AVR/copy-data-to-ram.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/AVR/copy-data-to-ram.ll b/test/CodeGen/AVR/copy-data-to-ram.ll
new file mode 100644
index 0000000000000..021cc0f1a7f4f
--- /dev/null
+++ b/test/CodeGen/AVR/copy-data-to-ram.ll
@@ -0,0 +1,5 @@
+; RUN: llc < %s -march=avr | FileCheck %s
+
+; CHECK: .globl __do_copy_data
+@str = internal global [3 x i8] c"foo"
+