[ELF] Move linker script tests to a subdirectory. NFCI.

llvm-svn: 276582
This commit is contained in:
Davide Italiano 2016-07-24 23:29:18 +00:00
parent f950b85122
commit e71b25b7d1
23 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.globl _bar,_dynamic
_bar:
_dynamic:

View File

@ -0,0 +1,3 @@
.globl _bar,_static
_bar:
_static: