diff options
Diffstat (limited to 'llvm/test/CodeGen/AVR/copy-data-to-ram.ll')
-rw-r--r-- | llvm/test/CodeGen/AVR/copy-data-to-ram.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AVR/copy-data-to-ram.ll b/llvm/test/CodeGen/AVR/copy-data-to-ram.ll new file mode 100644 index 00000000000..021cc0f1a7f --- /dev/null +++ b/llvm/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" + |