diff options
Diffstat (limited to 'llvm/test/MC/ELF')
-rw-r--r-- | llvm/test/MC/ELF/many-instructions.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/MC/ELF/many-instructions.s b/llvm/test/MC/ELF/many-instructions.s deleted file mode 100644 index cbdb2a7..0000000 --- a/llvm/test/MC/ELF/many-instructions.s +++ /dev/null @@ -1,10 +0,0 @@ -# REQUIRES: asserts -# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o /dev/null -debug-only=mc-dump - -## Test that encodeInstruction may cause a new fragment to be created. -# CHECK: 0 Data Size:16200 -# CHECK: 16200 Data Size:180 - -.rept 16384/10 -movabsq $foo, %rax -.endr |