diff options
Diffstat (limited to 'llvm/test/MC/ELF/alias.s')
| -rw-r--r-- | llvm/test/MC/ELF/alias.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/MC/ELF/alias.s b/llvm/test/MC/ELF/alias.s index 0ab6dd4b5b8..78df7371d25 100644 --- a/llvm/test/MC/ELF/alias.s +++ b/llvm/test/MC/ELF/alias.s @@ -24,15 +24,6 @@ bar5 = bar4 bar6 = bar5 bar6: -// Test that indirect local aliases do not appear as symbols. -.data -.Llocal: - -.text -leaq .Llocal1(%rip), %rdi -.Llocal1 = .Llocal2 -.Llocal2 = .Llocal - // CHECK: Symbols [ // CHECK-NEXT: Symbol { // CHECK-NEXT: Name: (0) |

