[ELF/LinkerScript] Use correct section name in a test.

llvm-svn: 276642
This commit is contained in:
Davide Italiano 2016-07-25 16:10:40 +00:00
parent 41d8ed7a5c
commit 748d9ea9cb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# RUN: llvm-objdump -t %t2 | FileCheck %s --check-prefix=HIDDEN
# HIDDEN: 00000000000003e8 *ABS* 00000000 .hidden foo
.section blah
.section .blah
.globl patatino
patatino:
movl $foo, %edx